Shades of Hollywood Cerise #DD0495
Tints of Hollywood Cerise #DD0495
RGB
CMYK
RGB Variations
Color information
#DD0495 (or 0xDD0495) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 95. RGB value is (221,4,149). Sum of RGB (Red+Green+Blue) = 221+4+149=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0495 is #22FB6A. Grayscale: #555555. Windows color (decimal): -2292587 or 9766109. OLE color: 9766109.
HSL color Cylindrical-coordinate representation of color #DD0495: hue angle of 319.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0495 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.13 |
| HSL | 319.91º | 0.96% | 0.44% | - |
| HSV(B) | 319.91º | 0.98% | 0.87% | - |
| XYZ | 35.29 | 17.63 | 29.98 | - |
| YUV | 85.41 | 163.89 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 149 | 0 | 0.98 | 0.33 | 0.13 | 319.91 | 0.96 | 0.44 |
| Hex | DD | 4 | 95 | 0 | 62 | 21 | D | 140 | 60 | 2C |
| Octal | 335 | 4 | 225 | 0 | 142 | 41 | 15 | 500 | 140 | 54 |
| Binary | 11011101 | 100 | 10010101 | 0 | 1100010 | 100001 | 1101 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DD0495
Complementary color
Monochromatic Colors of #DD0495
Black with #DD0495
Text Example
Text Example
White with #DD0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0495; }
p { color: rgb(221,4,149); }
H1.HeaderClassName
{
color: #DD0495;
}
.AnyTagClassName
{
color: #DD0495;
}
</style>
background-color css
<style>
a { background-color: #DD0495; }
a { background-color: rgb(221,4,149); }
div.DivClassName
{
background-color: #DD0495;
}
.BgClassName
{
background-color: #DD0495;
}
</style>
border-color css
<style>
span { border-color: #DD0495; }
span { border-color: rgb(221,4,149); }
td.TdClassName
{
border-color: #DD0495;
}
.TagClassName
{
border-color: #DD0495;
}
</style>