Shades of Hollywood Cerise #DC009B
Tints of Hollywood Cerise #DC009B
RGB
CMYK
RGB Variations
Color information
#DC009B (or 0xDC009B) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 9B. RGB value is (220,0,155). Sum of RGB (Red+Green+Blue) = 220+0+155=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC009B is #23FF64. Grayscale: #535353. Windows color (decimal): -2359141 or 10158300. OLE color: 10158300.
HSL color Cylindrical-coordinate representation of color #DC009B: hue angle of 317.73º 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 #DC009B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.30 | 0.14 |
| HSL | 317.73º | 1% | 0.43% | - |
| HSV(B) | 317.73º | 1% | 0.86% | - |
| XYZ | 35.43 | 17.58 | 32.54 | - |
| YUV | 83.45 | 168.39 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 155 | 0 | 1 | 0.30 | 0.14 | 317.73 | 1 | 0.43 |
| Hex | DC | 0 | 9B | 0 | 64 | 1E | E | 13E | 64 | 2B |
| Octal | 334 | 0 | 233 | 0 | 144 | 36 | 16 | 476 | 144 | 53 |
| Binary | 11011100 | 0 | 10011011 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DC009B
Complementary color
Monochromatic Colors of #DC009B
Black with #DC009B
Text Example
Text Example
White with #DC009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC009B; }
p { color: rgb(220,0,155); }
H1.HeaderClassName
{
color: #DC009B;
}
.AnyTagClassName
{
color: #DC009B;
}
</style>
background-color css
<style>
a { background-color: #DC009B; }
a { background-color: rgb(220,0,155); }
div.DivClassName
{
background-color: #DC009B;
}
.BgClassName
{
background-color: #DC009B;
}
</style>
border-color css
<style>
span { border-color: #DC009B; }
span { border-color: rgb(220,0,155); }
td.TdClassName
{
border-color: #DC009B;
}
.TagClassName
{
border-color: #DC009B;
}
</style>