Html Css Color HEX #DC0997 Hollywood Cerise

📋 copy color: '#DC0997'

red 220 ◦ green 9 ◦ blue 151

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

Shades of Hollywood Cerise #DC0997

Tints of Hollywood Cerise #DC0997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 57.89%
G = 2.37%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0997 (or 0xDC0997) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 97. RGB value is (220,9,151). Sum of RGB (Red+Green+Blue) = 220+9+151=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0997 is #23F668. Grayscale: #575757. Windows color (decimal): -2356841 or 9898460. OLE color: 9898460.

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

Color convert

RGB 220 9 151 -
CMYK 0 0.96 0.31 0.14
HSL 319.62º 0.92% 0.45% -
HSV(B) 319.62º 0.96% 0.86% -
XYZ 35.2 17.65 30.83 -
YUV 88.28 163.4 221.95 -
System Red Green Blue C M Y K H S L
Decimal 220 9 151 0 0.96 0.31 0.14 319.62 0.92 0.45
Hex DC 9 97 0 60 1F E 140 5C 2D
Octal 334 11 227 0 140 37 16 500 134 55
Binary 11011100 1001 10010111 0 1100000 11111 1110 101000000 1011100 101101

Color Harmonies of #DC0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0997

Black with #DC0997

Text Example


Text Example

White with #DC0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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