Html Css Color HEX #DB04AB Hollywood Cerise

📋 copy color: '#DB04AB'

red 219 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #DB04AB

Tints of Hollywood Cerise #DB04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 55.58%
G = 1.02%
B = 43.4%

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

#DB04AB (or 0xDB04AB) is known color: Hollywood Cerise. HEX triplet: DB, 04 and AB. RGB value is (219,4,171). Sum of RGB (Red+Green+Blue) = 219+4+171=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB04AB is #24FB54. Grayscale: #565656. Windows color (decimal): -2423637 or 11207899. OLE color: 11207899.

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

Color convert

RGB 219 4 171 -
CMYK 0 0.98 0.22 0.14
HSL 313.4º 0.96% 0.44% -
HSV(B) 313.4º 0.98% 0.86% -
XYZ 36.61 18.09 40.09 -
YUV 87.32 175.23 221.92 -
System Red Green Blue C M Y K H S L
Decimal 219 4 171 0 0.98 0.22 0.14 313.4 0.96 0.44
Hex DB 4 AB 0 62 16 E 139 60 2C
Octal 333 4 253 0 142 26 16 471 140 54
Binary 11011011 100 10101011 0 1100010 10110 1110 100111001 1100000 101100

Color Harmonies of #DB04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04AB

Black with #DB04AB

Text Example


Text Example

White with #DB04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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