Shades of Hollywood Cerise #DD0FA6
Tints of Hollywood Cerise #DD0FA6
RGB
CMYK
RGB Variations
Color information
#DD0FA6 (or 0xDD0FA6) is known color: Hollywood Cerise. HEX triplet: DD, 0F and A6. RGB value is (221,15,166). Sum of RGB (Red+Green+Blue) = 221+15+166=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0FA6 is #22F059. Grayscale: #5D5D5D. Windows color (decimal): -2289754 or 10883037. OLE color: 10883037.
HSL color Cylindrical-coordinate representation of color #DD0FA6: hue angle of 316.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FA6 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 166 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.13 |
| HSL | 316.02º | 0.87% | 0.46% | - |
| HSV(B) | 316.02º | 0.93% | 0.87% | - |
| XYZ | 36.87 | 18.47 | 37.7 | - |
| YUV | 93.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 166 | 0 | 0.93 | 0.25 | 0.13 | 316.02 | 0.87 | 0.46 |
| Hex | DD | F | A6 | 0 | 5D | 19 | D | 13C | 57 | 2E |
| Octal | 335 | 17 | 246 | 0 | 135 | 31 | 15 | 474 | 127 | 56 |
| Binary | 11011101 | 1111 | 10100110 | 0 | 1011101 | 11001 | 1101 | 100111100 | 1010111 | 101110 |
Color Harmonies of #DD0FA6
Complementary color
Monochromatic Colors of #DD0FA6
Black with #DD0FA6
Text Example
Text Example
White with #DD0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FA6; }
p { color: rgb(221,15,166); }
H1.HeaderClassName
{
color: #DD0FA6;
}
.AnyTagClassName
{
color: #DD0FA6;
}
</style>
background-color css
<style>
a { background-color: #DD0FA6; }
a { background-color: rgb(221,15,166); }
div.DivClassName
{
background-color: #DD0FA6;
}
.BgClassName
{
background-color: #DD0FA6;
}
</style>
border-color css
<style>
span { border-color: #DD0FA6; }
span { border-color: rgb(221,15,166); }
td.TdClassName
{
border-color: #DD0FA6;
}
.TagClassName
{
border-color: #DD0FA6;
}
</style>