Shades of Hollywood Cerise #DD17A5
Tints of Hollywood Cerise #DD17A5
RGB
CMYK
RGB Variations
Color information
#DD17A5 (or 0xDD17A5) is known color: Hollywood Cerise. HEX triplet: DD, 17 and A5. RGB value is (221,23,165). Sum of RGB (Red+Green+Blue) = 221+23+165=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17A5 is #22E85A. Grayscale: #626262. Windows color (decimal): -2287707 or 10819549. OLE color: 10819549.
HSL color Cylindrical-coordinate representation of color #DD17A5: hue angle of 316.97º 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 #DD17A5 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 165 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.13 |
| HSL | 316.97º | 0.81% | 0.48% | - |
| HSV(B) | 316.97º | 0.9% | 0.87% | - |
| XYZ | 36.92 | 18.7 | 37.26 | - |
| YUV | 98.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 165 | 0 | 0.90 | 0.25 | 0.13 | 316.97 | 0.81 | 0.48 |
| Hex | DD | 17 | A5 | 0 | 5A | 19 | D | 13D | 51 | 30 |
| Octal | 335 | 27 | 245 | 0 | 132 | 31 | 15 | 475 | 121 | 60 |
| Binary | 11011101 | 10111 | 10100101 | 0 | 1011010 | 11001 | 1101 | 100111101 | 1010001 | 110000 |
Color Harmonies of #DD17A5
Complementary color
Monochromatic Colors of #DD17A5
Black with #DD17A5
Text Example
Text Example
White with #DD17A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17A5; }
p { color: rgb(221,23,165); }
H1.HeaderClassName
{
color: #DD17A5;
}
.AnyTagClassName
{
color: #DD17A5;
}
</style>
background-color css
<style>
a { background-color: #DD17A5; }
a { background-color: rgb(221,23,165); }
div.DivClassName
{
background-color: #DD17A5;
}
.BgClassName
{
background-color: #DD17A5;
}
</style>
border-color css
<style>
span { border-color: #DD17A5; }
span { border-color: rgb(221,23,165); }
td.TdClassName
{
border-color: #DD17A5;
}
.TagClassName
{
border-color: #DD17A5;
}
</style>