Shades of Hollywood Cerise #DD06A8
Tints of Hollywood Cerise #DD06A8
RGB
CMYK
RGB Variations
Color information
#DD06A8 (or 0xDD06A8) is known color: Hollywood Cerise. HEX triplet: DD, 06 and A8. RGB value is (221,6,168). Sum of RGB (Red+Green+Blue) = 221+6+168=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06A8 is #22F957. Grayscale: #585858. Windows color (decimal): -2292056 or 11011805. OLE color: 11011805.
HSL color Cylindrical-coordinate representation of color #DD06A8: hue angle of 314.79º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 6 | 168 | - |
CMYK | 0 | 0.97 | 0.24 | 0.13 |
HSL | 314.79º | 0.95% | 0.45% | - |
HSV(B) | 314.79º | 0.97% | 0.87% | - |
XYZ | 36.95 | 18.33 | 38.64 | - |
YUV | 88.75 | 172.73 | 222.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 6 | 168 | 0 | 0.97 | 0.24 | 0.13 | 314.79 | 0.95 | 0.45 |
Hex | DD | 6 | A8 | 0 | 61 | 18 | D | 13B | 5F | 2D |
Octal | 335 | 6 | 250 | 0 | 141 | 30 | 15 | 473 | 137 | 55 |
Binary | 11011101 | 110 | 10101000 | 0 | 1100001 | 11000 | 1101 | 100111011 | 1011111 | 101101 |
Color Harmonies of #DD06A8
Complementary color
Monochromatic Colors of #DD06A8
Black with #DD06A8
Text Example
Text Example
White with #DD06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06A8; }
p { color: rgb(221,6,168); }
H1.HeaderClassName
{
color: #DD06A8;
}
.AnyTagClassName
{
color: #DD06A8;
}
</style>
background-color css
<style>
a { background-color: #DD06A8; }
a { background-color: rgb(221,6,168); }
div.DivClassName
{
background-color: #DD06A8;
}
.BgClassName
{
background-color: #DD06A8;
}
</style>
border-color css
<style>
span { border-color: #DD06A8; }
span { border-color: rgb(221,6,168); }
td.TdClassName
{
border-color: #DD06A8;
}
.TagClassName
{
border-color: #DD06A8;
}
</style>