Shades of Hollywood Cerise #DD0395
Tints of Hollywood Cerise #DD0395
RGB
CMYK
RGB Variations
Color information
#DD0395 (or 0xDD0395) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 95. RGB value is (221,3,149). Sum of RGB (Red+Green+Blue) = 221+3+149=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0395 is #22FC6A. Grayscale: #545454. Windows color (decimal): -2292843 or 9765853. OLE color: 9765853.
HSL color Cylindrical-coordinate representation of color #DD0395: hue angle of 319.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0395 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.13 |
| HSL | 319.82º | 0.97% | 0.44% | - |
| HSV(B) | 319.82º | 0.99% | 0.87% | - |
| XYZ | 35.28 | 17.61 | 29.97 | - |
| YUV | 84.83 | 164.22 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 149 | 0 | 0.99 | 0.33 | 0.13 | 319.82 | 0.97 | 0.44 |
| Hex | DD | 3 | 95 | 0 | 63 | 21 | D | 140 | 61 | 2C |
| Octal | 335 | 3 | 225 | 0 | 143 | 41 | 15 | 500 | 141 | 54 |
| Binary | 11011101 | 11 | 10010101 | 0 | 1100011 | 100001 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DD0395
Complementary color
Monochromatic Colors of #DD0395
Black with #DD0395
Text Example
Text Example
White with #DD0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0395; }
p { color: rgb(221,3,149); }
H1.HeaderClassName
{
color: #DD0395;
}
.AnyTagClassName
{
color: #DD0395;
}
</style>
background-color css
<style>
a { background-color: #DD0395; }
a { background-color: rgb(221,3,149); }
div.DivClassName
{
background-color: #DD0395;
}
.BgClassName
{
background-color: #DD0395;
}
</style>
border-color css
<style>
span { border-color: #DD0395; }
span { border-color: rgb(221,3,149); }
td.TdClassName
{
border-color: #DD0395;
}
.TagClassName
{
border-color: #DD0395;
}
</style>