Shades of Hollywood Cerise #D909A6
Tints of Hollywood Cerise #D909A6
RGB
CMYK
RGB Variations
Color information
#D909A6 (or 0xD909A6) is known color: Hollywood Cerise. HEX triplet: D9, 09 and A6. RGB value is (217,9,166). Sum of RGB (Red+Green+Blue) = 217+9+166=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D909A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D909A6 is #26F659. Grayscale: #585858. Windows color (decimal): -2553434 or 10881497. OLE color: 10881497.
HSL color Cylindrical-coordinate representation of color #D909A6: hue angle of 314.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909A6 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 166 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.15 |
| HSL | 314.71º | 0.92% | 0.44% | - |
| HSV(B) | 314.71º | 0.96% | 0.85% | - |
| XYZ | 35.6 | 17.7 | 37.62 | - |
| YUV | 89.09 | 171.41 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 166 | 0 | 0.96 | 0.24 | 0.15 | 314.71 | 0.92 | 0.44 |
| Hex | D9 | 9 | A6 | 0 | 60 | 18 | F | 13B | 5C | 2C |
| Octal | 331 | 11 | 246 | 0 | 140 | 30 | 17 | 473 | 134 | 54 |
| Binary | 11011001 | 1001 | 10100110 | 0 | 1100000 | 11000 | 1111 | 100111011 | 1011100 | 101100 |
Color Harmonies of #D909A6
Complementary color
Monochromatic Colors of #D909A6
Black with #D909A6
Text Example
Text Example
White with #D909A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909A6; }
p { color: rgb(217,9,166); }
H1.HeaderClassName
{
color: #D909A6;
}
.AnyTagClassName
{
color: #D909A6;
}
</style>
background-color css
<style>
a { background-color: #D909A6; }
a { background-color: rgb(217,9,166); }
div.DivClassName
{
background-color: #D909A6;
}
.BgClassName
{
background-color: #D909A6;
}
</style>
border-color css
<style>
span { border-color: #D909A6; }
span { border-color: rgb(217,9,166); }
td.TdClassName
{
border-color: #D909A6;
}
.TagClassName
{
border-color: #D909A6;
}
</style>