Html Css Color HEX #DB08AA Hollywood Cerise

📋 copy color: '#DB08AA'

red 219 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #DB08AA

Tints of Hollywood Cerise #DB08AA

RGB

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

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

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

R = 55.16%
G = 2.02%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB08AA (or 0xDB08AA) is known color: Hollywood Cerise. HEX triplet: DB, 08 and AA. RGB value is (219,8,170). Sum of RGB (Red+Green+Blue) = 219+8+170=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB08AA is #24F755. Grayscale: #595959. Windows color (decimal): -2422614 or 11143387. OLE color: 11143387.

HSL color Cylindrical-coordinate representation of color #DB08AA: hue angle of 313.93º 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 #DB08AA is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 170 -
CMYK 0 0.96 0.22 0.14
HSL 313.93º 0.93% 0.45% -
HSV(B) 313.93º 0.96% 0.86% -
XYZ 36.56 18.14 39.6 -
YUV 89.56 173.4 220.33 -
System Red Green Blue C M Y K H S L
Decimal 219 8 170 0 0.96 0.22 0.14 313.93 0.93 0.45
Hex DB 8 AA 0 60 16 E 13A 5D 2D
Octal 333 10 252 0 140 26 16 472 135 55
Binary 11011011 1000 10101010 0 1100000 10110 1110 100111010 1011101 101101

Color Harmonies of #DB08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB08AA

Black with #DB08AA

Text Example


Text Example

White with #DB08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB08AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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