Shades of Hollywood Cerise #DD18A5
Tints of Hollywood Cerise #DD18A5
RGB
CMYK
RGB Variations
Color information
#DD18A5 (or 0xDD18A5) is known color: Hollywood Cerise. HEX triplet: DD, 18 and A5. RGB value is (221,24,165). Sum of RGB (Red+Green+Blue) = 221+24+165=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18A5 is #22E75A. Grayscale: #626262. Windows color (decimal): -2287451 or 10819805. OLE color: 10819805.
HSL color Cylindrical-coordinate representation of color #DD18A5: hue angle of 317.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD18A5 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 165 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.13 |
| HSL | 317.06º | 0.8% | 0.48% | - |
| HSV(B) | 317.06º | 0.89% | 0.87% | - |
| XYZ | 36.94 | 18.74 | 37.27 | - |
| YUV | 98.98 | 165.27 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 165 | 0 | 0.89 | 0.25 | 0.13 | 317.06 | 0.8 | 0.48 |
| Hex | DD | 18 | A5 | 0 | 59 | 19 | D | 13D | 50 | 30 |
| Octal | 335 | 30 | 245 | 0 | 131 | 31 | 15 | 475 | 120 | 60 |
| Binary | 11011101 | 11000 | 10100101 | 0 | 1011001 | 11001 | 1101 | 100111101 | 1010000 | 110000 |
Color Harmonies of #DD18A5
Complementary color
Monochromatic Colors of #DD18A5
Black with #DD18A5
Text Example
Text Example
White with #DD18A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18A5; }
p { color: rgb(221,24,165); }
H1.HeaderClassName
{
color: #DD18A5;
}
.AnyTagClassName
{
color: #DD18A5;
}
</style>
background-color css
<style>
a { background-color: #DD18A5; }
a { background-color: rgb(221,24,165); }
div.DivClassName
{
background-color: #DD18A5;
}
.BgClassName
{
background-color: #DD18A5;
}
</style>
border-color css
<style>
span { border-color: #DD18A5; }
span { border-color: rgb(221,24,165); }
td.TdClassName
{
border-color: #DD18A5;
}
.TagClassName
{
border-color: #DD18A5;
}
</style>