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