Html Css Color HEX #DB4EE9 Free Speech Magenta

📋 copy color: '#DB4EE9'

red 219 ◦ green 78 ◦ blue 233

#DB4EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DB4EE9

Tints of Free Speech Magenta #DB4EE9

RGB

 RED value IS 219 (85.94% from 255) = 41.32%

 GREEN value IS 78 (30.86% from 255) = 14.72%

 BLUE value IS 233 (91.41% from 255) = 43.96%

R = 41.32%
G = 14.72%
B = 43.96%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB4EE9 (or 0xDB4EE9) is known color: Free Speech Magenta. HEX triplet: DB, 4E and E9. RGB value is (219,78,233). Sum of RGB (Red+Green+Blue) = 219+78+233=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB4EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EE9 is #24B116. Grayscale: #898989. Windows color (decimal): -2404631 or 15290075. OLE color: 15290075.

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

Color convert

RGB 219 78 233 -
CMYK 0.06 0.67 0 0.09
HSL 294.58º 0.78% 0.61% -
HSV(B) 294.58º 0.67% 0.91% -
XYZ 46.65 26.39 79.73 -
YUV 137.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 219 78 233 0.06 0.67 0 0.09 294.58 0.78 0.61
Hex DB 4E E9 6 43 0 9 127 4E 3D
Octal 333 116 351 6 103 0 11 447 116 75
Binary 11011011 1001110 11101001 110 1000011 0 1001 100100111 1001110 111101

Color Harmonies of #DB4EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EE9

Black with #DB4EE9

Text Example


Text Example

White with #DB4EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EE9; }

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

 H1.HeaderClassName
 {
   color: #DB4EE9;
 }
 .AnyTagClassName
 {
   color: #DB4EE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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