Shades of Hollywood Cerise #D608A1
Tints of Hollywood Cerise #D608A1
RGB
CMYK
RGB Variations
Color information
#D608A1 (or 0xD608A1) is known color: Hollywood Cerise. HEX triplet: D6, 08 and A1. RGB value is (214,8,161). Sum of RGB (Red+Green+Blue) = 214+8+161=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D608A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608A1 is #29F75E. Grayscale: #565656. Windows color (decimal): -2750303 or 10553558. OLE color: 10553558.
HSL color Cylindrical-coordinate representation of color #D608A1: hue angle of 315.44º 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 #D608A1 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.16 |
| HSL | 315.44º | 0.93% | 0.44% | - |
| HSV(B) | 315.44º | 0.96% | 0.84% | - |
| XYZ | 34.25 | 17.04 | 35.2 | - |
| YUV | 87.04 | 169.75 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 161 | 0 | 0.96 | 0.25 | 0.16 | 315.44 | 0.93 | 0.44 |
| Hex | D6 | 8 | A1 | 0 | 60 | 19 | 10 | 13B | 5D | 2C |
| Octal | 326 | 10 | 241 | 0 | 140 | 31 | 20 | 473 | 135 | 54 |
| Binary | 11010110 | 1000 | 10100001 | 0 | 1100000 | 11001 | 10000 | 100111011 | 1011101 | 101100 |
Color Harmonies of #D608A1
Complementary color
Monochromatic Colors of #D608A1
Black with #D608A1
Text Example
Text Example
White with #D608A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608A1; }
p { color: rgb(214,8,161); }
H1.HeaderClassName
{
color: #D608A1;
}
.AnyTagClassName
{
color: #D608A1;
}
</style>
background-color css
<style>
a { background-color: #D608A1; }
a { background-color: rgb(214,8,161); }
div.DivClassName
{
background-color: #D608A1;
}
.BgClassName
{
background-color: #D608A1;
}
</style>
border-color css
<style>
span { border-color: #D608A1; }
span { border-color: rgb(214,8,161); }
td.TdClassName
{
border-color: #D608A1;
}
.TagClassName
{
border-color: #D608A1;
}
</style>