Shades of Hollywood Cerise #D908A8
Tints of Hollywood Cerise #D908A8
RGB
CMYK
RGB Variations
Color information
#D908A8 (or 0xD908A8) is known color: Hollywood Cerise. HEX triplet: D9, 08 and A8. RGB value is (217,8,168). Sum of RGB (Red+Green+Blue) = 217+8+168=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D908A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D908A8 is #26F757. Grayscale: #585858. Windows color (decimal): -2553688 or 11012313. OLE color: 11012313.
HSL color Cylindrical-coordinate representation of color #D908A8: hue angle of 314.07º degrees, saturation: 0.93, 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 #D908A8 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 168 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.15 |
| HSL | 314.07º | 0.93% | 0.44% | - |
| HSV(B) | 314.07º | 0.96% | 0.85% | - |
| XYZ | 35.77 | 17.75 | 38.59 | - |
| YUV | 88.73 | 172.74 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 168 | 0 | 0.96 | 0.23 | 0.15 | 314.07 | 0.93 | 0.44 |
| Hex | D9 | 8 | A8 | 0 | 60 | 17 | F | 13A | 5D | 2C |
| Octal | 331 | 10 | 250 | 0 | 140 | 27 | 17 | 472 | 135 | 54 |
| Binary | 11011001 | 1000 | 10101000 | 0 | 1100000 | 10111 | 1111 | 100111010 | 1011101 | 101100 |
Color Harmonies of #D908A8
Complementary color
Monochromatic Colors of #D908A8
Black with #D908A8
Text Example
Text Example
White with #D908A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908A8; }
p { color: rgb(217,8,168); }
H1.HeaderClassName
{
color: #D908A8;
}
.AnyTagClassName
{
color: #D908A8;
}
</style>
background-color css
<style>
a { background-color: #D908A8; }
a { background-color: rgb(217,8,168); }
div.DivClassName
{
background-color: #D908A8;
}
.BgClassName
{
background-color: #D908A8;
}
</style>
border-color css
<style>
span { border-color: #D908A8; }
span { border-color: rgb(217,8,168); }
td.TdClassName
{
border-color: #D908A8;
}
.TagClassName
{
border-color: #D908A8;
}
</style>