Shades of Hollywood Cerise #D911A7
Tints of Hollywood Cerise #D911A7
RGB
CMYK
RGB Variations
Color information
#D911A7 (or 0xD911A7) is known color: Hollywood Cerise. HEX triplet: D9, 11 and A7. RGB value is (217,17,167). Sum of RGB (Red+Green+Blue) = 217+17+167=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D911A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D911A7 is #26EE58. Grayscale: #5D5D5D. Windows color (decimal): -2551385 or 10949081. OLE color: 10949081.
HSL color Cylindrical-coordinate representation of color #D911A7: hue angle of 315º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D911A7 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 167 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.15 |
| HSL | 315º | 0.85% | 0.46% | - |
| HSV(B) | 315º | 0.92% | 0.85% | - |
| XYZ | 35.79 | 17.94 | 38.14 | - |
| YUV | 93.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 167 | 0 | 0.92 | 0.23 | 0.15 | 315 | 0.85 | 0.46 |
| Hex | D9 | 11 | A7 | 0 | 5C | 17 | F | 13B | 55 | 2E |
| Octal | 331 | 21 | 247 | 0 | 134 | 27 | 17 | 473 | 125 | 56 |
| Binary | 11011001 | 10001 | 10100111 | 0 | 1011100 | 10111 | 1111 | 100111011 | 1010101 | 101110 |
Color Harmonies of #D911A7
Complementary color
Monochromatic Colors of #D911A7
Black with #D911A7
Text Example
Text Example
White with #D911A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911A7; }
p { color: rgb(217,17,167); }
H1.HeaderClassName
{
color: #D911A7;
}
.AnyTagClassName
{
color: #D911A7;
}
</style>
background-color css
<style>
a { background-color: #D911A7; }
a { background-color: rgb(217,17,167); }
div.DivClassName
{
background-color: #D911A7;
}
.BgClassName
{
background-color: #D911A7;
}
</style>
border-color css
<style>
span { border-color: #D911A7; }
span { border-color: rgb(217,17,167); }
td.TdClassName
{
border-color: #D911A7;
}
.TagClassName
{
border-color: #D911A7;
}
</style>