Shades of Hollywood Cerise #D608AD
Tints of Hollywood Cerise #D608AD
RGB
CMYK
RGB Variations
Color information
#D608AD (or 0xD608AD) is known color: Hollywood Cerise. HEX triplet: D6, 08 and AD. RGB value is (214,8,173). Sum of RGB (Red+Green+Blue) = 214+8+173=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D608AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608AD is #29F752. Grayscale: #575757. Windows color (decimal): -2750291 or 11339990. OLE color: 11339990.
HSL color Cylindrical-coordinate representation of color #D608AD: hue angle of 311.94º 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 #D608AD is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.16 |
| HSL | 311.94º | 0.93% | 0.44% | - |
| HSV(B) | 311.94º | 0.96% | 0.84% | - |
| XYZ | 35.36 | 17.49 | 41.05 | - |
| YUV | 88.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 173 | 0 | 0.96 | 0.19 | 0.16 | 311.94 | 0.93 | 0.44 |
| Hex | D6 | 8 | AD | 0 | 60 | 13 | 10 | 138 | 5D | 2C |
| Octal | 326 | 10 | 255 | 0 | 140 | 23 | 20 | 470 | 135 | 54 |
| Binary | 11010110 | 1000 | 10101101 | 0 | 1100000 | 10011 | 10000 | 100111000 | 1011101 | 101100 |
Color Harmonies of #D608AD
Complementary color
Monochromatic Colors of #D608AD
Black with #D608AD
Text Example
Text Example
White with #D608AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608AD; }
p { color: rgb(214,8,173); }
H1.HeaderClassName
{
color: #D608AD;
}
.AnyTagClassName
{
color: #D608AD;
}
</style>
background-color css
<style>
a { background-color: #D608AD; }
a { background-color: rgb(214,8,173); }
div.DivClassName
{
background-color: #D608AD;
}
.BgClassName
{
background-color: #D608AD;
}
</style>
border-color css
<style>
span { border-color: #D608AD; }
span { border-color: rgb(214,8,173); }
td.TdClassName
{
border-color: #D608AD;
}
.TagClassName
{
border-color: #D608AD;
}
</style>