Html Css Color HEX #DC099C Hollywood Cerise

📋 copy color: '#DC099C'

red 220 ◦ green 9 ◦ blue 156

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

Shades of Hollywood Cerise #DC099C

Tints of Hollywood Cerise #DC099C

RGB

 RED value IS 220 (86.33% from 255) = 57.14%

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

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

R = 57.14%
G = 2.34%
B = 40.52%

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

#DC099C (or 0xDC099C) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 9C. RGB value is (220,9,156). Sum of RGB (Red+Green+Blue) = 220+9+156=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC099C is #23F663. Grayscale: #585858. Windows color (decimal): -2356836 or 10226140. OLE color: 10226140.

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

Color convert

RGB 220 9 156 -
CMYK 0 0.96 0.29 0.14
HSL 318.2º 0.92% 0.45% -
HSV(B) 318.2º 0.96% 0.86% -
XYZ 35.61 17.81 33.01 -
YUV 88.85 165.9 221.55 -
System Red Green Blue C M Y K H S L
Decimal 220 9 156 0 0.96 0.29 0.14 318.2 0.92 0.45
Hex DC 9 9C 0 60 1D E 13E 5C 2D
Octal 334 11 234 0 140 35 16 476 134 55
Binary 11011100 1001 10011100 0 1100000 11101 1110 100111110 1011100 101101

Color Harmonies of #DC099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC099C

Black with #DC099C

Text Example


Text Example

White with #DC099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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