Html Css Color HEX #DB0EAA Hollywood Cerise

📋 copy color: '#DB0EAA'

red 219 ◦ green 14 ◦ blue 170

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

Shades of Hollywood Cerise #DB0EAA

Tints of Hollywood Cerise #DB0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 54.34%
G = 3.47%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB0EAA (or 0xDB0EAA) is known color: Hollywood Cerise. HEX triplet: DB, 0E and AA. RGB value is (219,14,170). Sum of RGB (Red+Green+Blue) = 219+14+170=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0EAA is #24F155. Grayscale: #5C5C5C. Windows color (decimal): -2421078 or 11144923. OLE color: 11144923.

HSL color Cylindrical-coordinate representation of color #DB0EAA: hue angle of 314.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 14 170 -
CMYK 0 0.94 0.22 0.14
HSL 314.34º 0.88% 0.46% -
HSV(B) 314.34º 0.94% 0.86% -
XYZ 36.63 18.28 39.63 -
YUV 93.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 219 14 170 0 0.94 0.22 0.14 314.34 0.88 0.46
Hex DB E AA 0 5E 16 E 13A 58 2E
Octal 333 16 252 0 136 26 16 472 130 56
Binary 11011011 1110 10101010 0 1011110 10110 1110 100111010 1011000 101110

Color Harmonies of #DB0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0EAA

Black with #DB0EAA

Text Example


Text Example

White with #DB0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0EAA; }

 p { color: rgb(219,14,170); }

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

background-color css

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

 a { background-color: rgb(219,14,170); }

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

border-color css

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

 span { border-color: rgb(219,14,170); }

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