Shades of Hollywood Cerise #DD02A7
Tints of Hollywood Cerise #DD02A7
RGB
CMYK
RGB Variations
Color information
#DD02A7 (or 0xDD02A7) is known color: Hollywood Cerise. HEX triplet: DD, 02 and A7. RGB value is (221,2,167). Sum of RGB (Red+Green+Blue) = 221+2+167=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02A7 is #22FD58. Grayscale: #555555. Windows color (decimal): -2293081 or 10945245. OLE color: 10945245.
HSL color Cylindrical-coordinate representation of color #DD02A7: hue angle of 314.79º 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 #DD02A7 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.13 |
| HSL | 314.79º | 0.98% | 0.44% | - |
| HSV(B) | 314.79º | 0.99% | 0.87% | - |
| XYZ | 36.82 | 18.21 | 38.13 | - |
| YUV | 86.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 167 | 0 | 0.99 | 0.24 | 0.13 | 314.79 | 0.98 | 0.44 |
| Hex | DD | 2 | A7 | 0 | 63 | 18 | D | 13B | 62 | 2C |
| Octal | 335 | 2 | 247 | 0 | 143 | 30 | 15 | 473 | 142 | 54 |
| Binary | 11011101 | 10 | 10100111 | 0 | 1100011 | 11000 | 1101 | 100111011 | 1100010 | 101100 |
Color Harmonies of #DD02A7
Complementary color
Monochromatic Colors of #DD02A7
Black with #DD02A7
Text Example
Text Example
White with #DD02A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02A7; }
p { color: rgb(221,2,167); }
H1.HeaderClassName
{
color: #DD02A7;
}
.AnyTagClassName
{
color: #DD02A7;
}
</style>
background-color css
<style>
a { background-color: #DD02A7; }
a { background-color: rgb(221,2,167); }
div.DivClassName
{
background-color: #DD02A7;
}
.BgClassName
{
background-color: #DD02A7;
}
</style>
border-color css
<style>
span { border-color: #DD02A7; }
span { border-color: rgb(221,2,167); }
td.TdClassName
{
border-color: #DD02A7;
}
.TagClassName
{
border-color: #DD02A7;
}
</style>