Shades of Hollywood Cerise #DD05A7
Tints of Hollywood Cerise #DD05A7
RGB
CMYK
RGB Variations
Color information
#DD05A7 (or 0xDD05A7) is known color: Hollywood Cerise. HEX triplet: DD, 05 and A7. RGB value is (221,5,167). Sum of RGB (Red+Green+Blue) = 221+5+167=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05A7 is #22FA58. Grayscale: #575757. Windows color (decimal): -2292313 or 10946013. OLE color: 10946013.
HSL color Cylindrical-coordinate representation of color #DD05A7: hue angle of 315º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05A7 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 167 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.13 |
| HSL | 315º | 0.96% | 0.44% | - |
| HSV(B) | 315º | 0.98% | 0.87% | - |
| XYZ | 36.85 | 18.27 | 38.14 | - |
| YUV | 88.05 | 172.56 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 167 | 0 | 0.98 | 0.24 | 0.13 | 315 | 0.96 | 0.44 |
| Hex | DD | 5 | A7 | 0 | 62 | 18 | D | 13B | 60 | 2C |
| Octal | 335 | 5 | 247 | 0 | 142 | 30 | 15 | 473 | 140 | 54 |
| Binary | 11011101 | 101 | 10100111 | 0 | 1100010 | 11000 | 1101 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DD05A7
Complementary color
Monochromatic Colors of #DD05A7
Black with #DD05A7
Text Example
Text Example
White with #DD05A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05A7; }
p { color: rgb(221,5,167); }
H1.HeaderClassName
{
color: #DD05A7;
}
.AnyTagClassName
{
color: #DD05A7;
}
</style>
background-color css
<style>
a { background-color: #DD05A7; }
a { background-color: rgb(221,5,167); }
div.DivClassName
{
background-color: #DD05A7;
}
.BgClassName
{
background-color: #DD05A7;
}
</style>
border-color css
<style>
span { border-color: #DD05A7; }
span { border-color: rgb(221,5,167); }
td.TdClassName
{
border-color: #DD05A7;
}
.TagClassName
{
border-color: #DD05A7;
}
</style>