#DC0E99

Color #DC0E99 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DC0E99

Tints of Hollywood Cerise #DC0E99

Color information

#DC0E99 (or 0xDC0E99) is unknown color: approx Hollywood Cerise. HEX triplet: DC, 0E and 99. RGB value is (220,14,153). Sum of RGB (Red+Green+Blue) = 220+14+153=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E99 is #23F166. Grayscale: #5B5B5B. Windows color (decimal): -2355559 or 10030812. OLE color: 10030812.

HSL color Cylindrical-coordinate representation of color #DC0E99: hue angle of 319.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E99 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB22014153-
CMYK00.940.300.14
HSL319.51º88.03%45.88%-
HSV(B)319.51º93.64%86.27%-
XYZ35.4217.8331.71-
YUV91.44162.75219.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.85%
GREEN value IS 14 (5.86% from 255) = 3.62%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=56.85%
G=3.62%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201415300.940.300.14319.5188.0345.88
HexDCE9905E1EE140582e
Octal334162310136361650013056
Binary11011100111010011001010111101111011101010000001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0E99; }

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

 H1.HeaderClassName
 {
   color: #DC0E99;
 }
 .AnyTagClassName
 {
   color: #DC0E99;
 }
</style>
background-color css

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

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

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

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

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

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