Html Css Color HEX #DC0897 Hollywood Cerise

📋 copy color: '#DC0897'

red 220 ◦ green 8 ◦ blue 151

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

Shades of Hollywood Cerise #DC0897

Tints of Hollywood Cerise #DC0897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 58.05%
G = 2.11%
B = 39.84%

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

#DC0897 (or 0xDC0897) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 97. RGB value is (220,8,151). Sum of RGB (Red+Green+Blue) = 220+8+151=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0897 is #23F768. Grayscale: #575757. Windows color (decimal): -2357097 or 9898204. OLE color: 9898204.

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

Color convert

RGB 220 8 151 -
CMYK 0 0.96 0.31 0.14
HSL 319.53º 0.93% 0.45% -
HSV(B) 319.53º 0.96% 0.86% -
XYZ 35.19 17.62 30.83 -
YUV 87.69 163.74 222.37 -
System Red Green Blue C M Y K H S L
Decimal 220 8 151 0 0.96 0.31 0.14 319.53 0.93 0.45
Hex DC 8 97 0 60 1F E 140 5D 2D
Octal 334 10 227 0 140 37 16 500 135 55
Binary 11011100 1000 10010111 0 1100000 11111 1110 101000000 1011101 101101

Color Harmonies of #DC0897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0897

Black with #DC0897

Text Example


Text Example

White with #DC0897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0897; }

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

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

background-color css

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

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

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

border-color css

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

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

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