Shades of Hollywood Cerise #DD05AD
Tints of Hollywood Cerise #DD05AD
RGB
CMYK
RGB Variations
Color information
#DD05AD (or 0xDD05AD) is known color: Hollywood Cerise. HEX triplet: DD, 05 and AD. RGB value is (221,5,173). Sum of RGB (Red+Green+Blue) = 221+5+173=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05AD is #22FA52. Grayscale: #585858. Windows color (decimal): -2292307 or 11339229. OLE color: 11339229.
HSL color Cylindrical-coordinate representation of color #DD05AD: hue angle of 313.33º 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 #DD05AD is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.13 |
| HSL | 313.33º | 0.96% | 0.44% | - |
| HSV(B) | 313.33º | 0.98% | 0.87% | - |
| XYZ | 37.42 | 18.5 | 41.13 | - |
| YUV | 88.74 | 175.56 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 173 | 0 | 0.98 | 0.22 | 0.13 | 313.33 | 0.96 | 0.44 |
| Hex | DD | 5 | AD | 0 | 62 | 16 | D | 139 | 60 | 2C |
| Octal | 335 | 5 | 255 | 0 | 142 | 26 | 15 | 471 | 140 | 54 |
| Binary | 11011101 | 101 | 10101101 | 0 | 1100010 | 10110 | 1101 | 100111001 | 1100000 | 101100 |
Color Harmonies of #DD05AD
Complementary color
Monochromatic Colors of #DD05AD
Black with #DD05AD
Text Example
Text Example
White with #DD05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05AD; }
p { color: rgb(221,5,173); }
H1.HeaderClassName
{
color: #DD05AD;
}
.AnyTagClassName
{
color: #DD05AD;
}
</style>
background-color css
<style>
a { background-color: #DD05AD; }
a { background-color: rgb(221,5,173); }
div.DivClassName
{
background-color: #DD05AD;
}
.BgClassName
{
background-color: #DD05AD;
}
</style>
border-color css
<style>
span { border-color: #DD05AD; }
span { border-color: rgb(221,5,173); }
td.TdClassName
{
border-color: #DD05AD;
}
.TagClassName
{
border-color: #DD05AD;
}
</style>