Shades of Hollywood Cerise #DD12A3
Tints of Hollywood Cerise #DD12A3
RGB
CMYK
RGB Variations
Color information
#DD12A3 (or 0xDD12A3) is known color: Hollywood Cerise. HEX triplet: DD, 12 and A3. RGB value is (221,18,163). Sum of RGB (Red+Green+Blue) = 221+18+163=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD12A3 is #22ED5C. Grayscale: #5E5E5E. Windows color (decimal): -2288989 or 10687197. OLE color: 10687197.
HSL color Cylindrical-coordinate representation of color #DD12A3: hue angle of 317.14º 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 #DD12A3 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 163 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.13 |
| HSL | 317.14º | 0.85% | 0.47% | - |
| HSV(B) | 317.14º | 0.92% | 0.87% | - |
| XYZ | 36.65 | 18.45 | 36.28 | - |
| YUV | 95.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 163 | 0 | 0.92 | 0.26 | 0.13 | 317.14 | 0.85 | 0.47 |
| Hex | DD | 12 | A3 | 0 | 5C | 1A | D | 13D | 55 | 2F |
| Octal | 335 | 22 | 243 | 0 | 134 | 32 | 15 | 475 | 125 | 57 |
| Binary | 11011101 | 10010 | 10100011 | 0 | 1011100 | 11010 | 1101 | 100111101 | 1010101 | 101111 |
Color Harmonies of #DD12A3
Complementary color
Monochromatic Colors of #DD12A3
Black with #DD12A3
Text Example
Text Example
White with #DD12A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12A3; }
p { color: rgb(221,18,163); }
H1.HeaderClassName
{
color: #DD12A3;
}
.AnyTagClassName
{
color: #DD12A3;
}
</style>
background-color css
<style>
a { background-color: #DD12A3; }
a { background-color: rgb(221,18,163); }
div.DivClassName
{
background-color: #DD12A3;
}
.BgClassName
{
background-color: #DD12A3;
}
</style>
border-color css
<style>
span { border-color: #DD12A3; }
span { border-color: rgb(221,18,163); }
td.TdClassName
{
border-color: #DD12A3;
}
.TagClassName
{
border-color: #DD12A3;
}
</style>