Html Css Color HEX #DC0899 Hollywood Cerise

📋 copy color: '#DC0899'

red 220 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #DC0899

Tints of Hollywood Cerise #DC0899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 57.74%
G = 2.1%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC0899 (or 0xDC0899) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 99. RGB value is (220,8,153). Sum of RGB (Red+Green+Blue) = 220+8+153=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0899 is #23F766. Grayscale: #575757. Windows color (decimal): -2357095 or 10029276. OLE color: 10029276.

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

Color convert

RGB 220 8 153 -
CMYK 0 0.96 0.30 0.14
HSL 318.96º 0.93% 0.45% -
HSV(B) 318.96º 0.96% 0.86% -
XYZ 35.35 17.69 31.69 -
YUV 87.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 220 8 153 0 0.96 0.30 0.14 318.96 0.93 0.45
Hex DC 8 99 0 60 1E E 13F 5D 2D
Octal 334 10 231 0 140 36 16 477 135 55
Binary 11011100 1000 10011001 0 1100000 11110 1110 100111111 1011101 101101

Color Harmonies of #DC0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0899

Black with #DC0899

Text Example


Text Example

White with #DC0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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