Shades of Hollywood Cerise #DC008F
Tints of Hollywood Cerise #DC008F
RGB
CMYK
RGB Variations
Color information
#DC008F (or 0xDC008F) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 8F. RGB value is (220,0,143). Sum of RGB (Red+Green+Blue) = 220+0+143=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC008F is #23FF70. Grayscale: #515151. Windows color (decimal): -2359153 or 9371868. OLE color: 9371868.
HSL color Cylindrical-coordinate representation of color #DC008F: hue angle of 321º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC008F is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.35 | 0.14 |
| HSL | 321º | 1% | 0.43% | - |
| HSV(B) | 321º | 1% | 0.86% | - |
| XYZ | 34.47 | 17.2 | 27.49 | - |
| YUV | 82.08 | 162.39 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 143 | 0 | 1 | 0.35 | 0.14 | 321 | 1 | 0.43 |
| Hex | DC | 0 | 8F | 0 | 64 | 23 | E | 141 | 64 | 2B |
| Octal | 334 | 0 | 217 | 0 | 144 | 43 | 16 | 501 | 144 | 53 |
| Binary | 11011100 | 0 | 10001111 | 0 | 1100100 | 100011 | 1110 | 101000001 | 1100100 | 101011 |
Color Harmonies of #DC008F
Complementary color
Monochromatic Colors of #DC008F
Black with #DC008F
Text Example
Text Example
White with #DC008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC008F; }
p { color: rgb(220,0,143); }
H1.HeaderClassName
{
color: #DC008F;
}
.AnyTagClassName
{
color: #DC008F;
}
</style>
background-color css
<style>
a { background-color: #DC008F; }
a { background-color: rgb(220,0,143); }
div.DivClassName
{
background-color: #DC008F;
}
.BgClassName
{
background-color: #DC008F;
}
</style>
border-color css
<style>
span { border-color: #DC008F; }
span { border-color: rgb(220,0,143); }
td.TdClassName
{
border-color: #DC008F;
}
.TagClassName
{
border-color: #DC008F;
}
</style>