Shades of Hollywood Cerise #DD02AF
Tints of Hollywood Cerise #DD02AF
RGB
CMYK
RGB Variations
Color information
#DD02AF (or 0xDD02AF) is known color: Hollywood Cerise. HEX triplet: DD, 02 and AF. RGB value is (221,2,175). Sum of RGB (Red+Green+Blue) = 221+2+175=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02AF is #22FD50. Grayscale: #565656. Windows color (decimal): -2293073 or 11469533. OLE color: 11469533.
HSL color Cylindrical-coordinate representation of color #DD02AF: hue angle of 312.6º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02AF is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.13 |
| HSL | 312.6º | 0.98% | 0.44% | - |
| HSV(B) | 312.6º | 0.99% | 0.87% | - |
| XYZ | 37.58 | 18.51 | 42.15 | - |
| YUV | 87.2 | 177.55 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 175 | 0 | 0.99 | 0.21 | 0.13 | 312.6 | 0.98 | 0.44 |
| Hex | DD | 2 | AF | 0 | 63 | 15 | D | 139 | 62 | 2C |
| Octal | 335 | 2 | 257 | 0 | 143 | 25 | 15 | 471 | 142 | 54 |
| Binary | 11011101 | 10 | 10101111 | 0 | 1100011 | 10101 | 1101 | 100111001 | 1100010 | 101100 |
Color Harmonies of #DD02AF
Complementary color
Monochromatic Colors of #DD02AF
Black with #DD02AF
Text Example
Text Example
White with #DD02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02AF; }
p { color: rgb(221,2,175); }
H1.HeaderClassName
{
color: #DD02AF;
}
.AnyTagClassName
{
color: #DD02AF;
}
</style>
background-color css
<style>
a { background-color: #DD02AF; }
a { background-color: rgb(221,2,175); }
div.DivClassName
{
background-color: #DD02AF;
}
.BgClassName
{
background-color: #DD02AF;
}
</style>
border-color css
<style>
span { border-color: #DD02AF; }
span { border-color: rgb(221,2,175); }
td.TdClassName
{
border-color: #DD02AF;
}
.TagClassName
{
border-color: #DD02AF;
}
</style>