Shades of Hollywood Cerise #DD17A6
Tints of Hollywood Cerise #DD17A6
RGB
CMYK
RGB Variations
Color information
#DD17A6 (or 0xDD17A6) is known color: Hollywood Cerise. HEX triplet: DD, 17 and A6. RGB value is (221,23,166). Sum of RGB (Red+Green+Blue) = 221+23+166=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17A6 is #22E859. Grayscale: #626262. Windows color (decimal): -2287706 or 10885085. OLE color: 10885085.
HSL color Cylindrical-coordinate representation of color #DD17A6: hue angle of 316.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17A6 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 166 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.13 |
| HSL | 316.67º | 0.81% | 0.48% | - |
| HSV(B) | 316.67º | 0.9% | 0.87% | - |
| XYZ | 37.01 | 18.74 | 37.74 | - |
| YUV | 98.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 166 | 0 | 0.90 | 0.25 | 0.13 | 316.67 | 0.81 | 0.48 |
| Hex | DD | 17 | A6 | 0 | 5A | 19 | D | 13D | 51 | 30 |
| Octal | 335 | 27 | 246 | 0 | 132 | 31 | 15 | 475 | 121 | 60 |
| Binary | 11011101 | 10111 | 10100110 | 0 | 1011010 | 11001 | 1101 | 100111101 | 1010001 | 110000 |
Color Harmonies of #DD17A6
Complementary color
Monochromatic Colors of #DD17A6
Black with #DD17A6
Text Example
Text Example
White with #DD17A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17A6; }
p { color: rgb(221,23,166); }
H1.HeaderClassName
{
color: #DD17A6;
}
.AnyTagClassName
{
color: #DD17A6;
}
</style>
background-color css
<style>
a { background-color: #DD17A6; }
a { background-color: rgb(221,23,166); }
div.DivClassName
{
background-color: #DD17A6;
}
.BgClassName
{
background-color: #DD17A6;
}
</style>
border-color css
<style>
span { border-color: #DD17A6; }
span { border-color: rgb(221,23,166); }
td.TdClassName
{
border-color: #DD17A6;
}
.TagClassName
{
border-color: #DD17A6;
}
</style>