Shades of Hollywood Cerise #DD17AB
Tints of Hollywood Cerise #DD17AB
RGB
CMYK
RGB Variations
Color information
#DD17AB (or 0xDD17AB) is known color: Hollywood Cerise. HEX triplet: DD, 17 and AB. RGB value is (221,23,171). Sum of RGB (Red+Green+Blue) = 221+23+171=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17AB is #22E854. Grayscale: #626262. Windows color (decimal): -2287701 or 11212765. OLE color: 11212765.
HSL color Cylindrical-coordinate representation of color #DD17AB: hue angle of 315.15º 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 #DD17AB is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.13 |
| HSL | 315.15º | 0.81% | 0.48% | - |
| HSV(B) | 315.15º | 0.9% | 0.87% | - |
| XYZ | 37.48 | 18.93 | 40.21 | - |
| YUV | 99.07 | 168.6 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 171 | 0 | 0.90 | 0.23 | 0.13 | 315.15 | 0.81 | 0.48 |
| Hex | DD | 17 | AB | 0 | 5A | 17 | D | 13B | 51 | 30 |
| Octal | 335 | 27 | 253 | 0 | 132 | 27 | 15 | 473 | 121 | 60 |
| Binary | 11011101 | 10111 | 10101011 | 0 | 1011010 | 10111 | 1101 | 100111011 | 1010001 | 110000 |
Color Harmonies of #DD17AB
Complementary color
Monochromatic Colors of #DD17AB
Black with #DD17AB
Text Example
Text Example
White with #DD17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17AB; }
p { color: rgb(221,23,171); }
H1.HeaderClassName
{
color: #DD17AB;
}
.AnyTagClassName
{
color: #DD17AB;
}
</style>
background-color css
<style>
a { background-color: #DD17AB; }
a { background-color: rgb(221,23,171); }
div.DivClassName
{
background-color: #DD17AB;
}
.BgClassName
{
background-color: #DD17AB;
}
</style>
border-color css
<style>
span { border-color: #DD17AB; }
span { border-color: rgb(221,23,171); }
td.TdClassName
{
border-color: #DD17AB;
}
.TagClassName
{
border-color: #DD17AB;
}
</style>