Html Css Color HEX #DB049C Hollywood Cerise

📋 copy color: '#DB049C'

red 219 ◦ green 4 ◦ blue 156

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

Shades of Hollywood Cerise #DB049C

Tints of Hollywood Cerise #DB049C

RGB

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

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

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

R = 57.78%
G = 1.06%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB049C (or 0xDB049C) is known color: Hollywood Cerise. HEX triplet: DB, 04 and 9C. RGB value is (219,4,156). Sum of RGB (Red+Green+Blue) = 219+4+156=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB049C is #24FB63. Grayscale: #555555. Windows color (decimal): -2423652 or 10224859. OLE color: 10224859.

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

Color convert

RGB 219 4 156 -
CMYK 0 0.98 0.29 0.14
HSL 317.58º 0.96% 0.44% -
HSV(B) 317.58º 0.98% 0.86% -
XYZ 35.26 17.55 32.98 -
YUV 85.61 167.73 223.14 -
System Red Green Blue C M Y K H S L
Decimal 219 4 156 0 0.98 0.29 0.14 317.58 0.96 0.44
Hex DB 4 9C 0 62 1D E 13E 60 2C
Octal 333 4 234 0 142 35 16 476 140 54
Binary 11011011 100 10011100 0 1100010 11101 1110 100111110 1100000 101100

Color Harmonies of #DB049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB049C

Black with #DB049C

Text Example


Text Example

White with #DB049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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