Shades of Hollywood Cerise #DD08AD
Tints of Hollywood Cerise #DD08AD
RGB
CMYK
RGB Variations
Color information
#DD08AD (or 0xDD08AD) is known color: Hollywood Cerise. HEX triplet: DD, 08 and AD. RGB value is (221,8,173). Sum of RGB (Red+Green+Blue) = 221+8+173=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD08AD is #22F752. Grayscale: #5A5A5A. Windows color (decimal): -2291539 or 11339997. OLE color: 11339997.
HSL color Cylindrical-coordinate representation of color #DD08AD: hue angle of 313.52º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08AD is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.13 |
| HSL | 313.52º | 0.93% | 0.45% | - |
| HSV(B) | 313.52º | 0.96% | 0.87% | - |
| XYZ | 37.45 | 18.56 | 41.14 | - |
| YUV | 90.5 | 174.57 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 173 | 0 | 0.96 | 0.22 | 0.13 | 313.52 | 0.93 | 0.45 |
| Hex | DD | 8 | AD | 0 | 60 | 16 | D | 13A | 5D | 2D |
| Octal | 335 | 10 | 255 | 0 | 140 | 26 | 15 | 472 | 135 | 55 |
| Binary | 11011101 | 1000 | 10101101 | 0 | 1100000 | 10110 | 1101 | 100111010 | 1011101 | 101101 |
Color Harmonies of #DD08AD
Complementary color
Monochromatic Colors of #DD08AD
Black with #DD08AD
Text Example
Text Example
White with #DD08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08AD; }
p { color: rgb(221,8,173); }
H1.HeaderClassName
{
color: #DD08AD;
}
.AnyTagClassName
{
color: #DD08AD;
}
</style>
background-color css
<style>
a { background-color: #DD08AD; }
a { background-color: rgb(221,8,173); }
div.DivClassName
{
background-color: #DD08AD;
}
.BgClassName
{
background-color: #DD08AD;
}
</style>
border-color css
<style>
span { border-color: #DD08AD; }
span { border-color: rgb(221,8,173); }
td.TdClassName
{
border-color: #DD08AD;
}
.TagClassName
{
border-color: #DD08AD;
}
</style>