Shades of Hollywood Cerise #DD18A4
Tints of Hollywood Cerise #DD18A4
RGB
CMYK
RGB Variations
Color information
#DD18A4 (or 0xDD18A4) is known color: Hollywood Cerise. HEX triplet: DD, 18 and A4. RGB value is (221,24,164). Sum of RGB (Red+Green+Blue) = 221+24+164=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18A4 is #22E75B. Grayscale: #626262. Windows color (decimal): -2287452 or 10754269. OLE color: 10754269.
HSL color Cylindrical-coordinate representation of color #DD18A4: hue angle of 317.36º 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 #DD18A4 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 164 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.13 |
| HSL | 317.36º | 0.8% | 0.48% | - |
| HSV(B) | 317.36º | 0.89% | 0.87% | - |
| XYZ | 36.85 | 18.71 | 36.79 | - |
| YUV | 98.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 164 | 0 | 0.89 | 0.26 | 0.13 | 317.36 | 0.8 | 0.48 |
| Hex | DD | 18 | A4 | 0 | 59 | 1A | D | 13D | 50 | 30 |
| Octal | 335 | 30 | 244 | 0 | 131 | 32 | 15 | 475 | 120 | 60 |
| Binary | 11011101 | 11000 | 10100100 | 0 | 1011001 | 11010 | 1101 | 100111101 | 1010000 | 110000 |
Color Harmonies of #DD18A4
Complementary color
Monochromatic Colors of #DD18A4
Black with #DD18A4
Text Example
Text Example
White with #DD18A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18A4; }
p { color: rgb(221,24,164); }
H1.HeaderClassName
{
color: #DD18A4;
}
.AnyTagClassName
{
color: #DD18A4;
}
</style>
background-color css
<style>
a { background-color: #DD18A4; }
a { background-color: rgb(221,24,164); }
div.DivClassName
{
background-color: #DD18A4;
}
.BgClassName
{
background-color: #DD18A4;
}
</style>
border-color css
<style>
span { border-color: #DD18A4; }
span { border-color: rgb(221,24,164); }
td.TdClassName
{
border-color: #DD18A4;
}
.TagClassName
{
border-color: #DD18A4;
}
</style>