Shades of Hollywood Cerise #D6009A
Tints of Hollywood Cerise #D6009A
RGB
CMYK
RGB Variations
Color information
#D6009A (or 0xD6009A) is known color: Hollywood Cerise. HEX triplet: D6, 00 and 9A. RGB value is (214,0,154). Sum of RGB (Red+Green+Blue) = 214+0+154=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D6009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6009A is #29FF65. Grayscale: #515151. Windows color (decimal): -2752358 or 10092758. OLE color: 10092758.
HSL color Cylindrical-coordinate representation of color #D6009A: hue angle of 316.82º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6009A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.28 | 0.16 |
| HSL | 316.82º | 1% | 0.42% | - |
| HSV(B) | 316.82º | 1% | 0.84% | - |
| XYZ | 33.56 | 16.63 | 32.01 | - |
| YUV | 81.54 | 168.9 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 154 | 0 | 1 | 0.28 | 0.16 | 316.82 | 1 | 0.42 |
| Hex | D6 | 0 | 9A | 0 | 64 | 1C | 10 | 13D | 64 | 2A |
| Octal | 326 | 0 | 232 | 0 | 144 | 34 | 20 | 475 | 144 | 52 |
| Binary | 11010110 | 0 | 10011010 | 0 | 1100100 | 11100 | 10000 | 100111101 | 1100100 | 101010 |
Color Harmonies of #D6009A
Complementary color
Monochromatic Colors of #D6009A
Black with #D6009A
Text Example
Text Example
White with #D6009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6009A; }
p { color: rgb(214,0,154); }
H1.HeaderClassName
{
color: #D6009A;
}
.AnyTagClassName
{
color: #D6009A;
}
</style>
background-color css
<style>
a { background-color: #D6009A; }
a { background-color: rgb(214,0,154); }
div.DivClassName
{
background-color: #D6009A;
}
.BgClassName
{
background-color: #D6009A;
}
</style>
border-color css
<style>
span { border-color: #D6009A; }
span { border-color: rgb(214,0,154); }
td.TdClassName
{
border-color: #D6009A;
}
.TagClassName
{
border-color: #D6009A;
}
</style>