Shades of Hollywood Cerise #D60097
Tints of Hollywood Cerise #D60097
RGB
CMYK
RGB Variations
Color information
#D60097 (or 0xD60097) is known color: Hollywood Cerise. HEX triplet: D6, 00 and 97. RGB value is (214,0,151). Sum of RGB (Red+Green+Blue) = 214+0+151=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D60097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60097 is #29FF68. Grayscale: #505050. Windows color (decimal): -2752361 or 9896150. OLE color: 9896150.
HSL color Cylindrical-coordinate representation of color #D60097: hue angle of 317.66º 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 #D60097 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.29 | 0.16 |
| HSL | 317.66º | 1% | 0.42% | - |
| HSV(B) | 317.66º | 1% | 0.84% | - |
| XYZ | 33.32 | 16.53 | 30.71 | - |
| YUV | 81.2 | 167.4 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 151 | 0 | 1 | 0.29 | 0.16 | 317.66 | 1 | 0.42 |
| Hex | D6 | 0 | 97 | 0 | 64 | 1D | 10 | 13E | 64 | 2A |
| Octal | 326 | 0 | 227 | 0 | 144 | 35 | 20 | 476 | 144 | 52 |
| Binary | 11010110 | 0 | 10010111 | 0 | 1100100 | 11101 | 10000 | 100111110 | 1100100 | 101010 |
Color Harmonies of #D60097
Complementary color
Monochromatic Colors of #D60097
Black with #D60097
Text Example
Text Example
White with #D60097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60097; }
p { color: rgb(214,0,151); }
H1.HeaderClassName
{
color: #D60097;
}
.AnyTagClassName
{
color: #D60097;
}
</style>
background-color css
<style>
a { background-color: #D60097; }
a { background-color: rgb(214,0,151); }
div.DivClassName
{
background-color: #D60097;
}
.BgClassName
{
background-color: #D60097;
}
</style>
border-color css
<style>
span { border-color: #D60097; }
span { border-color: rgb(214,0,151); }
td.TdClassName
{
border-color: #D60097;
}
.TagClassName
{
border-color: #D60097;
}
</style>