Shades of Hollywood Cerise #D6029A
Tints of Hollywood Cerise #D6029A
RGB
CMYK
RGB Variations
Color information
#D6029A (or 0xD6029A) is known color: Hollywood Cerise. HEX triplet: D6, 02 and 9A. RGB value is (214,2,154). Sum of RGB (Red+Green+Blue) = 214+2+154=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6029A is #29FD65. Grayscale: #525252. Windows color (decimal): -2751846 or 10093270. OLE color: 10093270.
HSL color Cylindrical-coordinate representation of color #D6029A: hue angle of 316.98º 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 #D6029A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.16 |
| HSL | 316.98º | 0.98% | 0.42% | - |
| HSV(B) | 316.98º | 0.99% | 0.84% | - |
| XYZ | 33.59 | 16.67 | 32.02 | - |
| YUV | 82.72 | 168.24 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 154 | 0 | 0.99 | 0.28 | 0.16 | 316.98 | 0.98 | 0.42 |
| Hex | D6 | 2 | 9A | 0 | 63 | 1C | 10 | 13D | 62 | 2A |
| Octal | 326 | 2 | 232 | 0 | 143 | 34 | 20 | 475 | 142 | 52 |
| Binary | 11010110 | 10 | 10011010 | 0 | 1100011 | 11100 | 10000 | 100111101 | 1100010 | 101010 |
Color Harmonies of #D6029A
Complementary color
Monochromatic Colors of #D6029A
Black with #D6029A
Text Example
Text Example
White with #D6029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6029A; }
p { color: rgb(214,2,154); }
H1.HeaderClassName
{
color: #D6029A;
}
.AnyTagClassName
{
color: #D6029A;
}
</style>
background-color css
<style>
a { background-color: #D6029A; }
a { background-color: rgb(214,2,154); }
div.DivClassName
{
background-color: #D6029A;
}
.BgClassName
{
background-color: #D6029A;
}
</style>
border-color css
<style>
span { border-color: #D6029A; }
span { border-color: rgb(214,2,154); }
td.TdClassName
{
border-color: #D6029A;
}
.TagClassName
{
border-color: #D6029A;
}
</style>