Shades of Hollywood Cerise #D6029F
Tints of Hollywood Cerise #D6029F
RGB
CMYK
RGB Variations
Color information
#D6029F (or 0xD6029F) is known color: Hollywood Cerise. HEX triplet: D6, 02 and 9F. RGB value is (214,2,159). Sum of RGB (Red+Green+Blue) = 214+2+159=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6029F is #29FD60. Grayscale: #525252. Windows color (decimal): -2751841 or 10420950. OLE color: 10420950.
HSL color Cylindrical-coordinate representation of color #D6029F: hue angle of 315.57º 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 #D6029F is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.16 |
| HSL | 315.57º | 0.98% | 0.42% | - |
| HSV(B) | 315.57º | 0.99% | 0.84% | - |
| XYZ | 34.01 | 16.84 | 34.26 | - |
| YUV | 83.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 159 | 0 | 0.99 | 0.26 | 0.16 | 315.57 | 0.98 | 0.42 |
| Hex | D6 | 2 | 9F | 0 | 63 | 1A | 10 | 13C | 62 | 2A |
| Octal | 326 | 2 | 237 | 0 | 143 | 32 | 20 | 474 | 142 | 52 |
| Binary | 11010110 | 10 | 10011111 | 0 | 1100011 | 11010 | 10000 | 100111100 | 1100010 | 101010 |
Color Harmonies of #D6029F
Complementary color
Monochromatic Colors of #D6029F
Black with #D6029F
Text Example
Text Example
White with #D6029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6029F; }
p { color: rgb(214,2,159); }
H1.HeaderClassName
{
color: #D6029F;
}
.AnyTagClassName
{
color: #D6029F;
}
</style>
background-color css
<style>
a { background-color: #D6029F; }
a { background-color: rgb(214,2,159); }
div.DivClassName
{
background-color: #D6029F;
}
.BgClassName
{
background-color: #D6029F;
}
</style>
border-color css
<style>
span { border-color: #D6029F; }
span { border-color: rgb(214,2,159); }
td.TdClassName
{
border-color: #D6029F;
}
.TagClassName
{
border-color: #D6029F;
}
</style>