Shades of Hollywood Cerise #DD06A7
Tints of Hollywood Cerise #DD06A7
RGB
CMYK
RGB Variations
Color information
#DD06A7 (or 0xDD06A7) is known color: Hollywood Cerise. HEX triplet: DD, 06 and A7. RGB value is (221,6,167). Sum of RGB (Red+Green+Blue) = 221+6+167=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06A7 is #22F958. Grayscale: #585858. Windows color (decimal): -2292057 or 10946269. OLE color: 10946269.
HSL color Cylindrical-coordinate representation of color #DD06A7: hue angle of 315.07º 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 #DD06A7 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 167 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.13 |
| HSL | 315.07º | 0.95% | 0.45% | - |
| HSV(B) | 315.07º | 0.97% | 0.87% | - |
| XYZ | 36.86 | 18.29 | 38.15 | - |
| YUV | 88.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 167 | 0 | 0.97 | 0.24 | 0.13 | 315.07 | 0.95 | 0.45 |
| Hex | DD | 6 | A7 | 0 | 61 | 18 | D | 13B | 5F | 2D |
| Octal | 335 | 6 | 247 | 0 | 141 | 30 | 15 | 473 | 137 | 55 |
| Binary | 11011101 | 110 | 10100111 | 0 | 1100001 | 11000 | 1101 | 100111011 | 1011111 | 101101 |
Color Harmonies of #DD06A7
Complementary color
Monochromatic Colors of #DD06A7
Black with #DD06A7
Text Example
Text Example
White with #DD06A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06A7; }
p { color: rgb(221,6,167); }
H1.HeaderClassName
{
color: #DD06A7;
}
.AnyTagClassName
{
color: #DD06A7;
}
</style>
background-color css
<style>
a { background-color: #DD06A7; }
a { background-color: rgb(221,6,167); }
div.DivClassName
{
background-color: #DD06A7;
}
.BgClassName
{
background-color: #DD06A7;
}
</style>
border-color css
<style>
span { border-color: #DD06A7; }
span { border-color: rgb(221,6,167); }
td.TdClassName
{
border-color: #DD06A7;
}
.TagClassName
{
border-color: #DD06A7;
}
</style>