Shades of Hollywood Cerise #D6009D
Tints of Hollywood Cerise #D6009D
RGB
CMYK
RGB Variations
Color information
#D6009D (or 0xD6009D) is known color: Hollywood Cerise. HEX triplet: D6, 00 and 9D. RGB value is (214,0,157). Sum of RGB (Red+Green+Blue) = 214+0+157=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6009D is #29FF62. Grayscale: #515151. Windows color (decimal): -2752355 or 10289366. OLE color: 10289366.
HSL color Cylindrical-coordinate representation of color #D6009D: hue angle of 315.98º 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 #D6009D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.27 | 0.16 |
| HSL | 315.98º | 1% | 0.42% | - |
| HSV(B) | 315.98º | 1% | 0.84% | - |
| XYZ | 33.82 | 16.73 | 33.35 | - |
| YUV | 81.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 157 | 0 | 1 | 0.27 | 0.16 | 315.98 | 1 | 0.42 |
| Hex | D6 | 0 | 9D | 0 | 64 | 1B | 10 | 13C | 64 | 2A |
| Octal | 326 | 0 | 235 | 0 | 144 | 33 | 20 | 474 | 144 | 52 |
| Binary | 11010110 | 0 | 10011101 | 0 | 1100100 | 11011 | 10000 | 100111100 | 1100100 | 101010 |
Color Harmonies of #D6009D
Complementary color
Monochromatic Colors of #D6009D
Black with #D6009D
Text Example
Text Example
White with #D6009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6009D; }
p { color: rgb(214,0,157); }
H1.HeaderClassName
{
color: #D6009D;
}
.AnyTagClassName
{
color: #D6009D;
}
</style>
background-color css
<style>
a { background-color: #D6009D; }
a { background-color: rgb(214,0,157); }
div.DivClassName
{
background-color: #D6009D;
}
.BgClassName
{
background-color: #D6009D;
}
</style>
border-color css
<style>
span { border-color: #D6009D; }
span { border-color: rgb(214,0,157); }
td.TdClassName
{
border-color: #D6009D;
}
.TagClassName
{
border-color: #D6009D;
}
</style>