Shades of Hollywood Cerise #DD069C
Tints of Hollywood Cerise #DD069C
RGB
CMYK
RGB Variations
Color information
#DD069C (or 0xDD069C) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 9C. RGB value is (221,6,156). Sum of RGB (Red+Green+Blue) = 221+6+156=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD069C is #22F963. Grayscale: #575757. Windows color (decimal): -2292068 or 10225373. OLE color: 10225373.
HSL color Cylindrical-coordinate representation of color #DD069C: hue angle of 318.14º 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 #DD069C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.13 |
| HSL | 318.14º | 0.95% | 0.45% | - |
| HSV(B) | 318.14º | 0.97% | 0.87% | - |
| XYZ | 35.88 | 17.9 | 33.02 | - |
| YUV | 87.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 156 | 0 | 0.97 | 0.29 | 0.13 | 318.14 | 0.95 | 0.45 |
| Hex | DD | 6 | 9C | 0 | 61 | 1D | D | 13E | 5F | 2D |
| Octal | 335 | 6 | 234 | 0 | 141 | 35 | 15 | 476 | 137 | 55 |
| Binary | 11011101 | 110 | 10011100 | 0 | 1100001 | 11101 | 1101 | 100111110 | 1011111 | 101101 |
Color Harmonies of #DD069C
Complementary color
Monochromatic Colors of #DD069C
Black with #DD069C
Text Example
Text Example
White with #DD069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD069C; }
p { color: rgb(221,6,156); }
H1.HeaderClassName
{
color: #DD069C;
}
.AnyTagClassName
{
color: #DD069C;
}
</style>
background-color css
<style>
a { background-color: #DD069C; }
a { background-color: rgb(221,6,156); }
div.DivClassName
{
background-color: #DD069C;
}
.BgClassName
{
background-color: #DD069C;
}
</style>
border-color css
<style>
span { border-color: #DD069C; }
span { border-color: rgb(221,6,156); }
td.TdClassName
{
border-color: #DD069C;
}
.TagClassName
{
border-color: #DD069C;
}
</style>