#DB4AE9

Color #DB4AE9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB4AE9

Tints of Free Speech Magenta #DB4AE9

Color information

#DB4AE9 (or 0xDB4AE9) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 4A and E9. RGB value is (219,74,233). Sum of RGB (Red+Green+Blue) = 219+74+233=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB4AE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AE9 is #24B516. Grayscale: #868686. Windows color (decimal): -2405655 or 15289051. OLE color: 15289051.

HSL color Cylindrical-coordinate representation of color #DB4AE9: hue angle of 294.72º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4AE9 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21974233-
CMYK0.060.6800.09
HSL294.72º78.33%60.2%-
HSV(B)294.72º68.24%91.37%-
XYZ46.3725.8479.63-
YUV135.48183.04187.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 74 (29.30% from 255) = 14.07%
BLUE value IS 233 (91.41% from 255) = 44.30%
R=41.63%
G=14.07%
B=44.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal219742330.060.6800.09294.7278.3360.2
HexDB4AE9644091274e3c
Octal333112351610401144711674
Binary110110111001010111010011101000100010011001001111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4AE9; }

 p { color: rgb(219,74,233); }

 H1.HeaderClassName
 {
   color: #DB4AE9;
 }
 .AnyTagClassName
 {
   color: #DB4AE9;
 }
</style>
background-color css

<style>
 a { background-color: #DB4AE9; }

 a { background-color: rgb(219,74,233); }

 div.DivClassName
 {
   background-color: #DB4AE9;
 }
 .BgClassName
 {
   background-color: #DB4AE9;
 }
</style>
border-color css

<style>
 span { border-color: #DB4AE9; }

 span { border-color: rgb(219,74,233); }

 td.TdClassName
 {
   border-color: #DB4AE9;
 }
 .TagClassName
 {
   border-color: #DB4AE9;
 }
</style>