Shades of Hollywood Cerise #DD0095
Tints of Hollywood Cerise #DD0095
RGB
CMYK
RGB Variations
Color information
#DD0095 (or 0xDD0095) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 95. RGB value is (221,0,149). Sum of RGB (Red+Green+Blue) = 221+0+149=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0095 is #22FF6A. Grayscale: #525252. Windows color (decimal): -2293611 or 9765085. OLE color: 9765085.
HSL color Cylindrical-coordinate representation of color #DD0095: hue angle of 319.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0095 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.33 | 0.13 |
| HSL | 319.55º | 1% | 0.43% | - |
| HSV(B) | 319.55º | 1% | 0.87% | - |
| XYZ | 35.24 | 17.54 | 29.96 | - |
| YUV | 83.07 | 165.22 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 149 | 0 | 1 | 0.33 | 0.13 | 319.55 | 1 | 0.43 |
| Hex | DD | 0 | 95 | 0 | 64 | 21 | D | 140 | 64 | 2B |
| Octal | 335 | 0 | 225 | 0 | 144 | 41 | 15 | 500 | 144 | 53 |
| Binary | 11011101 | 0 | 10010101 | 0 | 1100100 | 100001 | 1101 | 101000000 | 1100100 | 101011 |
Color Harmonies of #DD0095
Complementary color
Monochromatic Colors of #DD0095
Black with #DD0095
Text Example
Text Example
White with #DD0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0095; }
p { color: rgb(221,0,149); }
H1.HeaderClassName
{
color: #DD0095;
}
.AnyTagClassName
{
color: #DD0095;
}
</style>
background-color css
<style>
a { background-color: #DD0095; }
a { background-color: rgb(221,0,149); }
div.DivClassName
{
background-color: #DD0095;
}
.BgClassName
{
background-color: #DD0095;
}
</style>
border-color css
<style>
span { border-color: #DD0095; }
span { border-color: rgb(221,0,149); }
td.TdClassName
{
border-color: #DD0095;
}
.TagClassName
{
border-color: #DD0095;
}
</style>