Shades of Hollywood Cerise #D60BAE
Tints of Hollywood Cerise #D60BAE
RGB
CMYK
RGB Variations
Color information
#D60BAE (or 0xD60BAE) is known color: Hollywood Cerise. HEX triplet: D6, 0B and AE. RGB value is (214,11,174). Sum of RGB (Red+Green+Blue) = 214+11+174=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BAE is #29F451. Grayscale: #595959. Windows color (decimal): -2749522 or 11406294. OLE color: 11406294.
HSL color Cylindrical-coordinate representation of color #D60BAE: hue angle of 311.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BAE is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.16 |
| HSL | 311.82º | 0.9% | 0.44% | - |
| HSV(B) | 311.82º | 0.95% | 0.84% | - |
| XYZ | 35.49 | 17.59 | 41.57 | - |
| YUV | 90.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 174 | 0 | 0.95 | 0.19 | 0.16 | 311.82 | 0.9 | 0.44 |
| Hex | D6 | B | AE | 0 | 5F | 13 | 10 | 138 | 5A | 2C |
| Octal | 326 | 13 | 256 | 0 | 137 | 23 | 20 | 470 | 132 | 54 |
| Binary | 11010110 | 1011 | 10101110 | 0 | 1011111 | 10011 | 10000 | 100111000 | 1011010 | 101100 |
Color Harmonies of #D60BAE
Complementary color
Monochromatic Colors of #D60BAE
Black with #D60BAE
Text Example
Text Example
White with #D60BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BAE; }
p { color: rgb(214,11,174); }
H1.HeaderClassName
{
color: #D60BAE;
}
.AnyTagClassName
{
color: #D60BAE;
}
</style>
background-color css
<style>
a { background-color: #D60BAE; }
a { background-color: rgb(214,11,174); }
div.DivClassName
{
background-color: #D60BAE;
}
.BgClassName
{
background-color: #D60BAE;
}
</style>
border-color css
<style>
span { border-color: #D60BAE; }
span { border-color: rgb(214,11,174); }
td.TdClassName
{
border-color: #D60BAE;
}
.TagClassName
{
border-color: #D60BAE;
}
</style>