Shades of Hollywood Cerise #D6029D
Tints of Hollywood Cerise #D6029D
RGB
CMYK
RGB Variations
Color information
#D6029D (or 0xD6029D) is known color: Hollywood Cerise. HEX triplet: D6, 02 and 9D. RGB value is (214,2,157). Sum of RGB (Red+Green+Blue) = 214+2+157=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6029D is #29FD62. Grayscale: #525252. Windows color (decimal): -2751843 or 10289878. OLE color: 10289878.
HSL color Cylindrical-coordinate representation of color #D6029D: hue angle of 316.13º 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 #D6029D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.16 |
| HSL | 316.13º | 0.98% | 0.42% | - |
| HSV(B) | 316.13º | 0.99% | 0.84% | - |
| XYZ | 33.84 | 16.77 | 33.35 | - |
| YUV | 83.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 157 | 0 | 0.99 | 0.27 | 0.16 | 316.13 | 0.98 | 0.42 |
| Hex | D6 | 2 | 9D | 0 | 63 | 1B | 10 | 13C | 62 | 2A |
| Octal | 326 | 2 | 235 | 0 | 143 | 33 | 20 | 474 | 142 | 52 |
| Binary | 11010110 | 10 | 10011101 | 0 | 1100011 | 11011 | 10000 | 100111100 | 1100010 | 101010 |
Color Harmonies of #D6029D
Complementary color
Monochromatic Colors of #D6029D
Black with #D6029D
Text Example
Text Example
White with #D6029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6029D; }
p { color: rgb(214,2,157); }
H1.HeaderClassName
{
color: #D6029D;
}
.AnyTagClassName
{
color: #D6029D;
}
</style>
background-color css
<style>
a { background-color: #D6029D; }
a { background-color: rgb(214,2,157); }
div.DivClassName
{
background-color: #D6029D;
}
.BgClassName
{
background-color: #D6029D;
}
</style>
border-color css
<style>
span { border-color: #D6029D; }
span { border-color: rgb(214,2,157); }
td.TdClassName
{
border-color: #D6029D;
}
.TagClassName
{
border-color: #D6029D;
}
</style>