Shades of Hollywood Cerise #DD08A3
Tints of Hollywood Cerise #DD08A3
RGB
CMYK
RGB Variations
Color information
#DD08A3 (or 0xDD08A3) is known color: Hollywood Cerise. HEX triplet: DD, 08 and A3. RGB value is (221,8,163). Sum of RGB (Red+Green+Blue) = 221+8+163=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD08A3 is #22F75C. Grayscale: #585858. Windows color (decimal): -2291549 or 10684637. OLE color: 10684637.
HSL color Cylindrical-coordinate representation of color #DD08A3: hue angle of 316.34º 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 #DD08A3 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 163 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.13 |
| HSL | 316.34º | 0.93% | 0.45% | - |
| HSV(B) | 316.34º | 0.96% | 0.87% | - |
| XYZ | 36.52 | 18.19 | 36.24 | - |
| YUV | 89.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 163 | 0 | 0.96 | 0.26 | 0.13 | 316.34 | 0.93 | 0.45 |
| Hex | DD | 8 | A3 | 0 | 60 | 1A | D | 13C | 5D | 2D |
| Octal | 335 | 10 | 243 | 0 | 140 | 32 | 15 | 474 | 135 | 55 |
| Binary | 11011101 | 1000 | 10100011 | 0 | 1100000 | 11010 | 1101 | 100111100 | 1011101 | 101101 |
Color Harmonies of #DD08A3
Complementary color
Monochromatic Colors of #DD08A3
Black with #DD08A3
Text Example
Text Example
White with #DD08A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08A3; }
p { color: rgb(221,8,163); }
H1.HeaderClassName
{
color: #DD08A3;
}
.AnyTagClassName
{
color: #DD08A3;
}
</style>
background-color css
<style>
a { background-color: #DD08A3; }
a { background-color: rgb(221,8,163); }
div.DivClassName
{
background-color: #DD08A3;
}
.BgClassName
{
background-color: #DD08A3;
}
</style>
border-color css
<style>
span { border-color: #DD08A3; }
span { border-color: rgb(221,8,163); }
td.TdClassName
{
border-color: #DD08A3;
}
.TagClassName
{
border-color: #DD08A3;
}
</style>