Html Css Color HEX #DB099C Hollywood Cerise

📋 copy color: '#DB099C'

red 219 ◦ green 9 ◦ blue 156

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

Shades of Hollywood Cerise #DB099C

Tints of Hollywood Cerise #DB099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 57.03%
G = 2.34%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB099C (or 0xDB099C) is known color: Hollywood Cerise. HEX triplet: DB, 09 and 9C. RGB value is (219,9,156). Sum of RGB (Red+Green+Blue) = 219+9+156=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB099C is #24F663. Grayscale: #585858. Windows color (decimal): -2422372 or 10226139. OLE color: 10226139.

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

Color convert

RGB 219 9 156 -
CMYK 0 0.96 0.29 0.14
HSL 318º 0.92% 0.45% -
HSV(B) 318º 0.96% 0.86% -
XYZ 35.31 17.66 33 -
YUV 88.55 166.07 221.05 -
System Red Green Blue C M Y K H S L
Decimal 219 9 156 0 0.96 0.29 0.14 318 0.92 0.45
Hex DB 9 9C 0 60 1D E 13E 5C 2D
Octal 333 11 234 0 140 35 16 476 134 55
Binary 11011011 1001 10011100 0 1100000 11101 1110 100111110 1011100 101101

Color Harmonies of #DB099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB099C

Black with #DB099C

Text Example


Text Example

White with #DB099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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