Shades of Hollywood Cerise #D709A8
Tints of Hollywood Cerise #D709A8
RGB
CMYK
RGB Variations
Color information
#D709A8 (or 0xD709A8) is known color: Hollywood Cerise. HEX triplet: D7, 09 and A8. RGB value is (215,9,168). Sum of RGB (Red+Green+Blue) = 215+9+168=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D709A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D709A8 is #28F657. Grayscale: #585858. Windows color (decimal): -2684504 or 11012567. OLE color: 11012567.
HSL color Cylindrical-coordinate representation of color #D709A8: hue angle of 313.69º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709A8 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.16 |
| HSL | 313.69º | 0.92% | 0.44% | - |
| HSV(B) | 313.69º | 0.96% | 0.84% | - |
| XYZ | 35.19 | 17.47 | 38.56 | - |
| YUV | 88.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 168 | 0 | 0.96 | 0.22 | 0.16 | 313.69 | 0.92 | 0.44 |
| Hex | D7 | 9 | A8 | 0 | 60 | 16 | 10 | 13A | 5C | 2C |
| Octal | 327 | 11 | 250 | 0 | 140 | 26 | 20 | 472 | 134 | 54 |
| Binary | 11010111 | 1001 | 10101000 | 0 | 1100000 | 10110 | 10000 | 100111010 | 1011100 | 101100 |
Color Harmonies of #D709A8
Complementary color
Monochromatic Colors of #D709A8
Black with #D709A8
Text Example
Text Example
White with #D709A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709A8; }
p { color: rgb(215,9,168); }
H1.HeaderClassName
{
color: #D709A8;
}
.AnyTagClassName
{
color: #D709A8;
}
</style>
background-color css
<style>
a { background-color: #D709A8; }
a { background-color: rgb(215,9,168); }
div.DivClassName
{
background-color: #D709A8;
}
.BgClassName
{
background-color: #D709A8;
}
</style>
border-color css
<style>
span { border-color: #D709A8; }
span { border-color: rgb(215,9,168); }
td.TdClassName
{
border-color: #D709A8;
}
.TagClassName
{
border-color: #D709A8;
}
</style>