Shades of Hollywood Cerise #D6089F
Tints of Hollywood Cerise #D6089F
RGB
CMYK
RGB Variations
Color information
#D6089F (or 0xD6089F) is known color: Hollywood Cerise. HEX triplet: D6, 08 and 9F. RGB value is (214,8,159). Sum of RGB (Red+Green+Blue) = 214+8+159=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D6089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6089F is #29F760. Grayscale: #565656. Windows color (decimal): -2750305 or 10422486. OLE color: 10422486.
HSL color Cylindrical-coordinate representation of color #D6089F: hue angle of 316.02º 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 #D6089F is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.16 |
| HSL | 316.02º | 0.93% | 0.44% | - |
| HSV(B) | 316.02º | 0.96% | 0.84% | - |
| XYZ | 34.08 | 16.97 | 34.28 | - |
| YUV | 86.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 159 | 0 | 0.96 | 0.26 | 0.16 | 316.02 | 0.93 | 0.44 |
| Hex | D6 | 8 | 9F | 0 | 60 | 1A | 10 | 13C | 5D | 2C |
| Octal | 326 | 10 | 237 | 0 | 140 | 32 | 20 | 474 | 135 | 54 |
| Binary | 11010110 | 1000 | 10011111 | 0 | 1100000 | 11010 | 10000 | 100111100 | 1011101 | 101100 |
Color Harmonies of #D6089F
Complementary color
Monochromatic Colors of #D6089F
Black with #D6089F
Text Example
Text Example
White with #D6089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6089F; }
p { color: rgb(214,8,159); }
H1.HeaderClassName
{
color: #D6089F;
}
.AnyTagClassName
{
color: #D6089F;
}
</style>
background-color css
<style>
a { background-color: #D6089F; }
a { background-color: rgb(214,8,159); }
div.DivClassName
{
background-color: #D6089F;
}
.BgClassName
{
background-color: #D6089F;
}
</style>
border-color css
<style>
span { border-color: #D6089F; }
span { border-color: rgb(214,8,159); }
td.TdClassName
{
border-color: #D6089F;
}
.TagClassName
{
border-color: #D6089F;
}
</style>