Shades of Hollywood Cerise #D60BAA
Tints of Hollywood Cerise #D60BAA
RGB
CMYK
RGB Variations
Color information
#D60BAA (or 0xD60BAA) is known color: Hollywood Cerise. HEX triplet: D6, 0B and AA. RGB value is (214,11,170). Sum of RGB (Red+Green+Blue) = 214+11+170=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BAA is #29F455. Grayscale: #595959. Windows color (decimal): -2749526 or 11144150. OLE color: 11144150.
HSL color Cylindrical-coordinate representation of color #D60BAA: hue angle of 313º 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 #D60BAA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.16 |
| HSL | 313º | 0.9% | 0.44% | - |
| HSV(B) | 313º | 0.95% | 0.84% | - |
| XYZ | 35.11 | 17.44 | 39.55 | - |
| YUV | 89.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 170 | 0 | 0.95 | 0.21 | 0.16 | 313 | 0.9 | 0.44 |
| Hex | D6 | B | AA | 0 | 5F | 15 | 10 | 139 | 5A | 2C |
| Octal | 326 | 13 | 252 | 0 | 137 | 25 | 20 | 471 | 132 | 54 |
| Binary | 11010110 | 1011 | 10101010 | 0 | 1011111 | 10101 | 10000 | 100111001 | 1011010 | 101100 |
Color Harmonies of #D60BAA
Complementary color
Monochromatic Colors of #D60BAA
Black with #D60BAA
Text Example
Text Example
White with #D60BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BAA; }
p { color: rgb(214,11,170); }
H1.HeaderClassName
{
color: #D60BAA;
}
.AnyTagClassName
{
color: #D60BAA;
}
</style>
background-color css
<style>
a { background-color: #D60BAA; }
a { background-color: rgb(214,11,170); }
div.DivClassName
{
background-color: #D60BAA;
}
.BgClassName
{
background-color: #D60BAA;
}
</style>
border-color css
<style>
span { border-color: #D60BAA; }
span { border-color: rgb(214,11,170); }
td.TdClassName
{
border-color: #D60BAA;
}
.TagClassName
{
border-color: #D60BAA;
}
</style>