Shades of Hollywood Cerise #DD039B
Tints of Hollywood Cerise #DD039B
RGB
CMYK
RGB Variations
Color information
#DD039B (or 0xDD039B) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 9B. RGB value is (221,3,155). Sum of RGB (Red+Green+Blue) = 221+3+155=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD039B is #22FC64. Grayscale: #555555. Windows color (decimal): -2292837 or 10159069. OLE color: 10159069.
HSL color Cylindrical-coordinate representation of color #DD039B: hue angle of 318.17º 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 #DD039B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.13 |
| HSL | 318.17º | 0.97% | 0.44% | - |
| HSV(B) | 318.17º | 0.99% | 0.87% | - |
| XYZ | 35.77 | 17.8 | 32.56 | - |
| YUV | 85.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 155 | 0 | 0.99 | 0.30 | 0.13 | 318.17 | 0.97 | 0.44 |
| Hex | DD | 3 | 9B | 0 | 63 | 1E | D | 13E | 61 | 2C |
| Octal | 335 | 3 | 233 | 0 | 143 | 36 | 15 | 476 | 141 | 54 |
| Binary | 11011101 | 11 | 10011011 | 0 | 1100011 | 11110 | 1101 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DD039B
Complementary color
Monochromatic Colors of #DD039B
Black with #DD039B
Text Example
Text Example
White with #DD039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD039B; }
p { color: rgb(221,3,155); }
H1.HeaderClassName
{
color: #DD039B;
}
.AnyTagClassName
{
color: #DD039B;
}
</style>
background-color css
<style>
a { background-color: #DD039B; }
a { background-color: rgb(221,3,155); }
div.DivClassName
{
background-color: #DD039B;
}
.BgClassName
{
background-color: #DD039B;
}
</style>
border-color css
<style>
span { border-color: #DD039B; }
span { border-color: rgb(221,3,155); }
td.TdClassName
{
border-color: #DD039B;
}
.TagClassName
{
border-color: #DD039B;
}
</style>