Html Css Color HEX #DB02AB Hollywood Cerise

📋 copy color: '#DB02AB'

red 219 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #DB02AB

Tints of Hollywood Cerise #DB02AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 55.87%
G = 0.51%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB02AB (or 0xDB02AB) is known color: Hollywood Cerise. HEX triplet: DB, 02 and AB. RGB value is (219,2,171). Sum of RGB (Red+Green+Blue) = 219+2+171=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02AB is #24FD54. Grayscale: #555555. Windows color (decimal): -2424149 or 11207387. OLE color: 11207387.

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

Color convert

RGB 219 2 171 -
CMYK 0 0.99 0.22 0.14
HSL 313.27º 0.98% 0.43% -
HSV(B) 313.27º 0.99% 0.86% -
XYZ 36.59 18.04 40.08 -
YUV 86.15 175.89 222.76 -
System Red Green Blue C M Y K H S L
Decimal 219 2 171 0 0.99 0.22 0.14 313.27 0.98 0.43
Hex DB 2 AB 0 63 16 E 139 62 2B
Octal 333 2 253 0 143 26 16 471 142 53
Binary 11011011 10 10101011 0 1100011 10110 1110 100111001 1100010 101011

Color Harmonies of #DB02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02AB

Black with #DB02AB

Text Example


Text Example

White with #DB02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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