Html Css Color HEX #DB08A9 Hollywood Cerise

📋 copy color: '#DB08A9'

red 219 ◦ green 8 ◦ blue 169

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

Shades of Hollywood Cerise #DB08A9

Tints of Hollywood Cerise #DB08A9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 55.3%
G = 2.02%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB08A9 (or 0xDB08A9) is known color: Hollywood Cerise. HEX triplet: DB, 08 and A9. RGB value is (219,8,169). Sum of RGB (Red+Green+Blue) = 219+8+169=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08A9 is #24F756. Grayscale: #595959. Windows color (decimal): -2422615 or 11077851. OLE color: 11077851.

HSL color Cylindrical-coordinate representation of color #DB08A9: hue angle of 314.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB08A9 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 169 -
CMYK 0 0.96 0.23 0.14
HSL 314.22º 0.93% 0.45% -
HSV(B) 314.22º 0.96% 0.86% -
XYZ 36.46 18.1 39.11 -
YUV 89.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 219 8 169 0 0.96 0.23 0.14 314.22 0.93 0.45
Hex DB 8 A9 0 60 17 E 13A 5D 2D
Octal 333 10 251 0 140 27 16 472 135 55
Binary 11011011 1000 10101001 0 1100000 10111 1110 100111010 1011101 101101

Color Harmonies of #DB08A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08A9

Black with #DB08A9

Text Example


Text Example

White with #DB08A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08A9; }

 p { color: rgb(219,8,169); }

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

background-color css

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

 a { background-color: rgb(219,8,169); }

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

border-color css

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

 span { border-color: rgb(219,8,169); }

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