Shades of Hollywood Cerise #DD12AF
Tints of Hollywood Cerise #DD12AF
RGB
CMYK
RGB Variations
Color information
#DD12AF (or 0xDD12AF) is known color: Hollywood Cerise. HEX triplet: DD, 12 and AF. RGB value is (221,18,175). Sum of RGB (Red+Green+Blue) = 221+18+175=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD12AF is #22ED50. Grayscale: #606060. Windows color (decimal): -2288977 or 11473629. OLE color: 11473629.
HSL color Cylindrical-coordinate representation of color #DD12AF: hue angle of 313.6º 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 #DD12AF is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 175 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.13 |
| HSL | 313.6º | 0.85% | 0.47% | - |
| HSV(B) | 313.6º | 0.92% | 0.87% | - |
| XYZ | 37.77 | 18.9 | 42.21 | - |
| YUV | 96.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 175 | 0 | 0.92 | 0.21 | 0.13 | 313.6 | 0.85 | 0.47 |
| Hex | DD | 12 | AF | 0 | 5C | 15 | D | 13A | 55 | 2F |
| Octal | 335 | 22 | 257 | 0 | 134 | 25 | 15 | 472 | 125 | 57 |
| Binary | 11011101 | 10010 | 10101111 | 0 | 1011100 | 10101 | 1101 | 100111010 | 1010101 | 101111 |
Color Harmonies of #DD12AF
Complementary color
Monochromatic Colors of #DD12AF
Black with #DD12AF
Text Example
Text Example
White with #DD12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12AF; }
p { color: rgb(221,18,175); }
H1.HeaderClassName
{
color: #DD12AF;
}
.AnyTagClassName
{
color: #DD12AF;
}
</style>
background-color css
<style>
a { background-color: #DD12AF; }
a { background-color: rgb(221,18,175); }
div.DivClassName
{
background-color: #DD12AF;
}
.BgClassName
{
background-color: #DD12AF;
}
</style>
border-color css
<style>
span { border-color: #DD12AF; }
span { border-color: rgb(221,18,175); }
td.TdClassName
{
border-color: #DD12AF;
}
.TagClassName
{
border-color: #DD12AF;
}
</style>