Shades of Hollywood Cerise #DD15A7
Tints of Hollywood Cerise #DD15A7
RGB
CMYK
RGB Variations
Color information
#DD15A7 (or 0xDD15A7) is known color: Hollywood Cerise. HEX triplet: DD, 15 and A7. RGB value is (221,21,167). Sum of RGB (Red+Green+Blue) = 221+21+167=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15A7 is #22EA58. Grayscale: #616161. Windows color (decimal): -2288217 or 10950109. OLE color: 10950109.
HSL color Cylindrical-coordinate representation of color #DD15A7: hue angle of 316.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15A7 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 167 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.13 |
| HSL | 316.2º | 0.83% | 0.47% | - |
| HSV(B) | 316.2º | 0.9% | 0.87% | - |
| XYZ | 37.06 | 18.7 | 38.22 | - |
| YUV | 97.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 167 | 0 | 0.90 | 0.24 | 0.13 | 316.2 | 0.83 | 0.47 |
| Hex | DD | 15 | A7 | 0 | 5A | 18 | D | 13C | 53 | 2F |
| Octal | 335 | 25 | 247 | 0 | 132 | 30 | 15 | 474 | 123 | 57 |
| Binary | 11011101 | 10101 | 10100111 | 0 | 1011010 | 11000 | 1101 | 100111100 | 1010011 | 101111 |
Color Harmonies of #DD15A7
Complementary color
Monochromatic Colors of #DD15A7
Black with #DD15A7
Text Example
Text Example
White with #DD15A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15A7; }
p { color: rgb(221,21,167); }
H1.HeaderClassName
{
color: #DD15A7;
}
.AnyTagClassName
{
color: #DD15A7;
}
</style>
background-color css
<style>
a { background-color: #DD15A7; }
a { background-color: rgb(221,21,167); }
div.DivClassName
{
background-color: #DD15A7;
}
.BgClassName
{
background-color: #DD15A7;
}
</style>
border-color css
<style>
span { border-color: #DD15A7; }
span { border-color: rgb(221,21,167); }
td.TdClassName
{
border-color: #DD15A7;
}
.TagClassName
{
border-color: #DD15A7;
}
</style>