Shades of Hollywood Cerise #DD12AB
Tints of Hollywood Cerise #DD12AB
RGB
CMYK
RGB Variations
Color information
#DD12AB (or 0xDD12AB) is known color: Hollywood Cerise. HEX triplet: DD, 12 and AB. RGB value is (221,18,171). Sum of RGB (Red+Green+Blue) = 221+18+171=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD12AB is #22ED54. Grayscale: #5F5F5F. Windows color (decimal): -2288981 or 11211485. OLE color: 11211485.
HSL color Cylindrical-coordinate representation of color #DD12AB: hue angle of 314.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12AB is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.13 |
| HSL | 314.78º | 0.85% | 0.47% | - |
| HSV(B) | 314.78º | 0.92% | 0.87% | - |
| XYZ | 37.39 | 18.75 | 40.18 | - |
| YUV | 96.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 171 | 0 | 0.92 | 0.23 | 0.13 | 314.78 | 0.85 | 0.47 |
| Hex | DD | 12 | AB | 0 | 5C | 17 | D | 13B | 55 | 2F |
| Octal | 335 | 22 | 253 | 0 | 134 | 27 | 15 | 473 | 125 | 57 |
| Binary | 11011101 | 10010 | 10101011 | 0 | 1011100 | 10111 | 1101 | 100111011 | 1010101 | 101111 |
Color Harmonies of #DD12AB
Complementary color
Monochromatic Colors of #DD12AB
Black with #DD12AB
Text Example
Text Example
White with #DD12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12AB; }
p { color: rgb(221,18,171); }
H1.HeaderClassName
{
color: #DD12AB;
}
.AnyTagClassName
{
color: #DD12AB;
}
</style>
background-color css
<style>
a { background-color: #DD12AB; }
a { background-color: rgb(221,18,171); }
div.DivClassName
{
background-color: #DD12AB;
}
.BgClassName
{
background-color: #DD12AB;
}
</style>
border-color css
<style>
span { border-color: #DD12AB; }
span { border-color: rgb(221,18,171); }
td.TdClassName
{
border-color: #DD12AB;
}
.TagClassName
{
border-color: #DD12AB;
}
</style>