Shades of Hollywood Cerise #D608A9
Tints of Hollywood Cerise #D608A9
RGB
CMYK
RGB Variations
Color information
#D608A9 (or 0xD608A9) is known color: Hollywood Cerise. HEX triplet: D6, 08 and A9. RGB value is (214,8,169). Sum of RGB (Red+Green+Blue) = 214+8+169=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D608A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608A9 is #29F756. Grayscale: #575757. Windows color (decimal): -2750295 or 11077846. OLE color: 11077846.
HSL color Cylindrical-coordinate representation of color #D608A9: hue angle of 313.11º degrees, saturation: 0.93, 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 #D608A9 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 169 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.16 |
| HSL | 313.11º | 0.93% | 0.44% | - |
| HSV(B) | 313.11º | 0.96% | 0.84% | - |
| XYZ | 34.98 | 17.33 | 39.04 | - |
| YUV | 87.95 | 173.75 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 169 | 0 | 0.96 | 0.21 | 0.16 | 313.11 | 0.93 | 0.44 |
| Hex | D6 | 8 | A9 | 0 | 60 | 15 | 10 | 139 | 5D | 2C |
| Octal | 326 | 10 | 251 | 0 | 140 | 25 | 20 | 471 | 135 | 54 |
| Binary | 11010110 | 1000 | 10101001 | 0 | 1100000 | 10101 | 10000 | 100111001 | 1011101 | 101100 |
Color Harmonies of #D608A9
Complementary color
Monochromatic Colors of #D608A9
Black with #D608A9
Text Example
Text Example
White with #D608A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608A9; }
p { color: rgb(214,8,169); }
H1.HeaderClassName
{
color: #D608A9;
}
.AnyTagClassName
{
color: #D608A9;
}
</style>
background-color css
<style>
a { background-color: #D608A9; }
a { background-color: rgb(214,8,169); }
div.DivClassName
{
background-color: #D608A9;
}
.BgClassName
{
background-color: #D608A9;
}
</style>
border-color css
<style>
span { border-color: #D608A9; }
span { border-color: rgb(214,8,169); }
td.TdClassName
{
border-color: #D608A9;
}
.TagClassName
{
border-color: #D608A9;
}
</style>