Html Css Color HEX #DB029C Hollywood Cerise

📋 copy color: '#DB029C'

red 219 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #DB029C

Tints of Hollywood Cerise #DB029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 58.09%
G = 0.53%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB029C (or 0xDB029C) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 9C. RGB value is (219,2,156). Sum of RGB (Red+Green+Blue) = 219+2+156=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB029C is #24FD63. Grayscale: #545454. Windows color (decimal): -2424164 or 10224347. OLE color: 10224347.

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

Color convert

RGB 219 2 156 -
CMYK 0 0.99 0.29 0.14
HSL 317.42º 0.98% 0.43% -
HSV(B) 317.42º 0.99% 0.86% -
XYZ 35.24 17.5 32.97 -
YUV 84.44 168.39 223.98 -
System Red Green Blue C M Y K H S L
Decimal 219 2 156 0 0.99 0.29 0.14 317.42 0.98 0.43
Hex DB 2 9C 0 63 1D E 13D 62 2B
Octal 333 2 234 0 143 35 16 475 142 53
Binary 11011011 10 10011100 0 1100011 11101 1110 100111101 1100010 101011

Color Harmonies of #DB029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB029C

Black with #DB029C

Text Example


Text Example

White with #DB029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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