Html Css Color HEX #DB06AA Hollywood Cerise

📋 copy color: '#DB06AA'

red 219 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #DB06AA

Tints of Hollywood Cerise #DB06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 55.44%
G = 1.52%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB06AA (or 0xDB06AA) is known color: Hollywood Cerise. HEX triplet: DB, 06 and AA. RGB value is (219,6,170). Sum of RGB (Red+Green+Blue) = 219+6+170=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06AA is #24F955. Grayscale: #575757. Windows color (decimal): -2423126 or 11142875. OLE color: 11142875.

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

Color convert

RGB 219 6 170 -
CMYK 0 0.97 0.22 0.14
HSL 313.8º 0.95% 0.44% -
HSV(B) 313.8º 0.97% 0.86% -
XYZ 36.53 18.09 39.6 -
YUV 88.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 219 6 170 0 0.97 0.22 0.14 313.8 0.95 0.44
Hex DB 6 AA 0 61 16 E 13A 5F 2C
Octal 333 6 252 0 141 26 16 472 137 54
Binary 11011011 110 10101010 0 1100001 10110 1110 100111010 1011111 101100

Color Harmonies of #DB06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06AA

Black with #DB06AA

Text Example


Text Example

White with #DB06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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