Html Css Color HEX #DB04AA Hollywood Cerise

📋 copy color: '#DB04AA'

red 219 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #DB04AA

Tints of Hollywood Cerise #DB04AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 55.73%
G = 1.02%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB04AA (or 0xDB04AA) is known color: Hollywood Cerise. HEX triplet: DB, 04 and AA. RGB value is (219,4,170). Sum of RGB (Red+Green+Blue) = 219+4+170=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB04AA is #24FB55. Grayscale: #565656. Windows color (decimal): -2423638 or 11142363. OLE color: 11142363.

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

Color convert

RGB 219 4 170 -
CMYK 0 0.98 0.22 0.14
HSL 313.67º 0.96% 0.44% -
HSV(B) 313.67º 0.98% 0.86% -
XYZ 36.51 18.05 39.59 -
YUV 87.21 174.73 222 -
System Red Green Blue C M Y K H S L
Decimal 219 4 170 0 0.98 0.22 0.14 313.67 0.96 0.44
Hex DB 4 AA 0 62 16 E 13A 60 2C
Octal 333 4 252 0 142 26 16 472 140 54
Binary 11011011 100 10101010 0 1100010 10110 1110 100111010 1100000 101100

Color Harmonies of #DB04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04AA

Black with #DB04AA

Text Example


Text Example

White with #DB04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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