Shades of Hollywood Cerise #D60299
Tints of Hollywood Cerise #D60299
RGB
CMYK
RGB Variations
Color information
#D60299 (or 0xD60299) is known color: Hollywood Cerise. HEX triplet: D6, 02 and 99. RGB value is (214,2,153). Sum of RGB (Red+Green+Blue) = 214+2+153=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60299 is #29FD66. Grayscale: #525252. Windows color (decimal): -2751847 or 10027734. OLE color: 10027734.
HSL color Cylindrical-coordinate representation of color #D60299: hue angle of 317.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60299 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.16 |
| HSL | 317.26º | 0.98% | 0.42% | - |
| HSV(B) | 317.26º | 0.99% | 0.84% | - |
| XYZ | 33.5 | 16.64 | 31.58 | - |
| YUV | 82.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 153 | 0 | 0.99 | 0.29 | 0.16 | 317.26 | 0.98 | 0.42 |
| Hex | D6 | 2 | 99 | 0 | 63 | 1D | 10 | 13D | 62 | 2A |
| Octal | 326 | 2 | 231 | 0 | 143 | 35 | 20 | 475 | 142 | 52 |
| Binary | 11010110 | 10 | 10011001 | 0 | 1100011 | 11101 | 10000 | 100111101 | 1100010 | 101010 |
Color Harmonies of #D60299
Complementary color
Monochromatic Colors of #D60299
Black with #D60299
Text Example
Text Example
White with #D60299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60299; }
p { color: rgb(214,2,153); }
H1.HeaderClassName
{
color: #D60299;
}
.AnyTagClassName
{
color: #D60299;
}
</style>
background-color css
<style>
a { background-color: #D60299; }
a { background-color: rgb(214,2,153); }
div.DivClassName
{
background-color: #D60299;
}
.BgClassName
{
background-color: #D60299;
}
</style>
border-color css
<style>
span { border-color: #D60299; }
span { border-color: rgb(214,2,153); }
td.TdClassName
{
border-color: #D60299;
}
.TagClassName
{
border-color: #D60299;
}
</style>