Shades of Hollywood Cerise #DC129B
Tints of Hollywood Cerise #DC129B
RGB
CMYK
RGB Variations
Color information
#DC129B (or 0xDC129B) is known color: Hollywood Cerise. HEX triplet: DC, 12 and 9B. RGB value is (220,18,155). Sum of RGB (Red+Green+Blue) = 220+18+155=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC129B is #23ED64. Grayscale: #5D5D5D. Windows color (decimal): -2354533 or 10162908. OLE color: 10162908.
HSL color Cylindrical-coordinate representation of color #DC129B: hue angle of 319.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC129B is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 155 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.14 |
| HSL | 319.31º | 0.85% | 0.47% | - |
| HSV(B) | 319.31º | 0.92% | 0.86% | - |
| XYZ | 35.65 | 18.01 | 32.61 | - |
| YUV | 94.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 155 | 0 | 0.92 | 0.30 | 0.14 | 319.31 | 0.85 | 0.47 |
| Hex | DC | 12 | 9B | 0 | 5C | 1E | E | 13F | 55 | 2F |
| Octal | 334 | 22 | 233 | 0 | 134 | 36 | 16 | 477 | 125 | 57 |
| Binary | 11011100 | 10010 | 10011011 | 0 | 1011100 | 11110 | 1110 | 100111111 | 1010101 | 101111 |
Color Harmonies of #DC129B
Complementary color
Monochromatic Colors of #DC129B
Black with #DC129B
Text Example
Text Example
White with #DC129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC129B; }
p { color: rgb(220,18,155); }
H1.HeaderClassName
{
color: #DC129B;
}
.AnyTagClassName
{
color: #DC129B;
}
</style>
background-color css
<style>
a { background-color: #DC129B; }
a { background-color: rgb(220,18,155); }
div.DivClassName
{
background-color: #DC129B;
}
.BgClassName
{
background-color: #DC129B;
}
</style>
border-color css
<style>
span { border-color: #DC129B; }
span { border-color: rgb(220,18,155); }
td.TdClassName
{
border-color: #DC129B;
}
.TagClassName
{
border-color: #DC129B;
}
</style>