Shades of Hollywood Cerise #D608AC
Tints of Hollywood Cerise #D608AC
RGB
CMYK
RGB Variations
Color information
#D608AC (or 0xD608AC) is known color: Hollywood Cerise. HEX triplet: D6, 08 and AC. RGB value is (214,8,172). Sum of RGB (Red+Green+Blue) = 214+8+172=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D608AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608AC is #29F753. Grayscale: #575757. Windows color (decimal): -2750292 or 11274454. OLE color: 11274454.
HSL color Cylindrical-coordinate representation of color #D608AC: hue angle of 312.23º 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 #D608AC is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 172 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.16 |
| HSL | 312.23º | 0.93% | 0.44% | - |
| HSV(B) | 312.23º | 0.96% | 0.84% | - |
| XYZ | 35.26 | 17.45 | 40.54 | - |
| YUV | 88.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 172 | 0 | 0.96 | 0.20 | 0.16 | 312.23 | 0.93 | 0.44 |
| Hex | D6 | 8 | AC | 0 | 60 | 14 | 10 | 138 | 5D | 2C |
| Octal | 326 | 10 | 254 | 0 | 140 | 24 | 20 | 470 | 135 | 54 |
| Binary | 11010110 | 1000 | 10101100 | 0 | 1100000 | 10100 | 10000 | 100111000 | 1011101 | 101100 |
Color Harmonies of #D608AC
Complementary color
Monochromatic Colors of #D608AC
Black with #D608AC
Text Example
Text Example
White with #D608AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608AC; }
p { color: rgb(214,8,172); }
H1.HeaderClassName
{
color: #D608AC;
}
.AnyTagClassName
{
color: #D608AC;
}
</style>
background-color css
<style>
a { background-color: #D608AC; }
a { background-color: rgb(214,8,172); }
div.DivClassName
{
background-color: #D608AC;
}
.BgClassName
{
background-color: #D608AC;
}
</style>
border-color css
<style>
span { border-color: #D608AC; }
span { border-color: rgb(214,8,172); }
td.TdClassName
{
border-color: #D608AC;
}
.TagClassName
{
border-color: #D608AC;
}
</style>