Shades of Hollywood Cerise #D608AA
Tints of Hollywood Cerise #D608AA
RGB
CMYK
RGB Variations
Color information
#D608AA (or 0xD608AA) is known color: Hollywood Cerise. HEX triplet: D6, 08 and AA. RGB value is (214,8,170). Sum of RGB (Red+Green+Blue) = 214+8+170=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D608AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608AA is #29F755. Grayscale: #575757. Windows color (decimal): -2750294 or 11143382. OLE color: 11143382.
HSL color Cylindrical-coordinate representation of color #D608AA: hue angle of 312.82º 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 #D608AA is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.16 |
| HSL | 312.82º | 0.93% | 0.44% | - |
| HSV(B) | 312.82º | 0.96% | 0.84% | - |
| XYZ | 35.07 | 17.37 | 39.53 | - |
| YUV | 88.06 | 174.25 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 170 | 0 | 0.96 | 0.21 | 0.16 | 312.82 | 0.93 | 0.44 |
| Hex | D6 | 8 | AA | 0 | 60 | 15 | 10 | 139 | 5D | 2C |
| Octal | 326 | 10 | 252 | 0 | 140 | 25 | 20 | 471 | 135 | 54 |
| Binary | 11010110 | 1000 | 10101010 | 0 | 1100000 | 10101 | 10000 | 100111001 | 1011101 | 101100 |
Color Harmonies of #D608AA
Complementary color
Monochromatic Colors of #D608AA
Black with #D608AA
Text Example
Text Example
White with #D608AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608AA; }
p { color: rgb(214,8,170); }
H1.HeaderClassName
{
color: #D608AA;
}
.AnyTagClassName
{
color: #D608AA;
}
</style>
background-color css
<style>
a { background-color: #D608AA; }
a { background-color: rgb(214,8,170); }
div.DivClassName
{
background-color: #D608AA;
}
.BgClassName
{
background-color: #D608AA;
}
</style>
border-color css
<style>
span { border-color: #D608AA; }
span { border-color: rgb(214,8,170); }
td.TdClassName
{
border-color: #D608AA;
}
.TagClassName
{
border-color: #D608AA;
}
</style>