Shades of Hollywood Cerise #DD069B
Tints of Hollywood Cerise #DD069B
RGB
CMYK
RGB Variations
Color information
#DD069B (or 0xDD069B) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 9B. RGB value is (221,6,155). Sum of RGB (Red+Green+Blue) = 221+6+155=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD069B is #22F964. Grayscale: #565656. Windows color (decimal): -2292069 or 10159837. OLE color: 10159837.
HSL color Cylindrical-coordinate representation of color #DD069B: hue angle of 318.42º 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 #DD069B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.13 |
| HSL | 318.42º | 0.95% | 0.45% | - |
| HSV(B) | 318.42º | 0.97% | 0.87% | - |
| XYZ | 35.8 | 17.87 | 32.57 | - |
| YUV | 87.27 | 166.23 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 155 | 0 | 0.97 | 0.30 | 0.13 | 318.42 | 0.95 | 0.45 |
| Hex | DD | 6 | 9B | 0 | 61 | 1E | D | 13E | 5F | 2D |
| Octal | 335 | 6 | 233 | 0 | 141 | 36 | 15 | 476 | 137 | 55 |
| Binary | 11011101 | 110 | 10011011 | 0 | 1100001 | 11110 | 1101 | 100111110 | 1011111 | 101101 |
Color Harmonies of #DD069B
Complementary color
Monochromatic Colors of #DD069B
Black with #DD069B
Text Example
Text Example
White with #DD069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD069B; }
p { color: rgb(221,6,155); }
H1.HeaderClassName
{
color: #DD069B;
}
.AnyTagClassName
{
color: #DD069B;
}
</style>
background-color css
<style>
a { background-color: #DD069B; }
a { background-color: rgb(221,6,155); }
div.DivClassName
{
background-color: #DD069B;
}
.BgClassName
{
background-color: #DD069B;
}
</style>
border-color css
<style>
span { border-color: #DD069B; }
span { border-color: rgb(221,6,155); }
td.TdClassName
{
border-color: #DD069B;
}
.TagClassName
{
border-color: #DD069B;
}
</style>