Shades of Hollywood Cerise #DD14A7
Tints of Hollywood Cerise #DD14A7
RGB
CMYK
RGB Variations
Color information
#DD14A7 (or 0xDD14A7) is known color: Hollywood Cerise. HEX triplet: DD, 14 and A7. RGB value is (221,20,167). Sum of RGB (Red+Green+Blue) = 221+20+167=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD14A7 is #22EB58. Grayscale: #606060. Windows color (decimal): -2288473 or 10949853. OLE color: 10949853.
HSL color Cylindrical-coordinate representation of color #DD14A7: hue angle of 316.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD14A7 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 167 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.13 |
| HSL | 316.12º | 0.83% | 0.47% | - |
| HSV(B) | 316.12º | 0.91% | 0.87% | - |
| XYZ | 37.04 | 18.66 | 38.21 | - |
| YUV | 96.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 167 | 0 | 0.91 | 0.24 | 0.13 | 316.12 | 0.83 | 0.47 |
| Hex | DD | 14 | A7 | 0 | 5B | 18 | D | 13C | 53 | 2F |
| Octal | 335 | 24 | 247 | 0 | 133 | 30 | 15 | 474 | 123 | 57 |
| Binary | 11011101 | 10100 | 10100111 | 0 | 1011011 | 11000 | 1101 | 100111100 | 1010011 | 101111 |
Color Harmonies of #DD14A7
Complementary color
Monochromatic Colors of #DD14A7
Black with #DD14A7
Text Example
Text Example
White with #DD14A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14A7; }
p { color: rgb(221,20,167); }
H1.HeaderClassName
{
color: #DD14A7;
}
.AnyTagClassName
{
color: #DD14A7;
}
</style>
background-color css
<style>
a { background-color: #DD14A7; }
a { background-color: rgb(221,20,167); }
div.DivClassName
{
background-color: #DD14A7;
}
.BgClassName
{
background-color: #DD14A7;
}
</style>
border-color css
<style>
span { border-color: #DD14A7; }
span { border-color: rgb(221,20,167); }
td.TdClassName
{
border-color: #DD14A7;
}
.TagClassName
{
border-color: #DD14A7;
}
</style>