Shades of Hollywood Cerise #DD07B1
Tints of Hollywood Cerise #DD07B1
RGB
CMYK
RGB Variations
Color information
#DD07B1 (or 0xDD07B1) is known color: Hollywood Cerise. HEX triplet: DD, 07 and B1. RGB value is (221,7,177). Sum of RGB (Red+Green+Blue) = 221+7+177=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD07B1 is #22F84E. Grayscale: #595959. Windows color (decimal): -2291791 or 11601885. OLE color: 11601885.
HSL color Cylindrical-coordinate representation of color #DD07B1: hue angle of 312.34º degrees, saturation: 0.94, 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 #DD07B1 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.13 |
| HSL | 312.34º | 0.94% | 0.45% | - |
| HSV(B) | 312.34º | 0.97% | 0.87% | - |
| XYZ | 37.83 | 18.7 | 43.21 | - |
| YUV | 90.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 177 | 0 | 0.97 | 0.20 | 0.13 | 312.34 | 0.94 | 0.45 |
| Hex | DD | 7 | B1 | 0 | 61 | 14 | D | 138 | 5E | 2D |
| Octal | 335 | 7 | 261 | 0 | 141 | 24 | 15 | 470 | 136 | 55 |
| Binary | 11011101 | 111 | 10110001 | 0 | 1100001 | 10100 | 1101 | 100111000 | 1011110 | 101101 |
Color Harmonies of #DD07B1
Complementary color
Monochromatic Colors of #DD07B1
Black with #DD07B1
Text Example
Text Example
White with #DD07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07B1; }
p { color: rgb(221,7,177); }
H1.HeaderClassName
{
color: #DD07B1;
}
.AnyTagClassName
{
color: #DD07B1;
}
</style>
background-color css
<style>
a { background-color: #DD07B1; }
a { background-color: rgb(221,7,177); }
div.DivClassName
{
background-color: #DD07B1;
}
.BgClassName
{
background-color: #DD07B1;
}
</style>
border-color css
<style>
span { border-color: #DD07B1; }
span { border-color: rgb(221,7,177); }
td.TdClassName
{
border-color: #DD07B1;
}
.TagClassName
{
border-color: #DD07B1;
}
</style>