Shades of Hollywood Cerise #D60AAA
Tints of Hollywood Cerise #D60AAA
RGB
CMYK
RGB Variations
Color information
#D60AAA (or 0xD60AAA) is known color: Hollywood Cerise. HEX triplet: D6, 0A and AA. RGB value is (214,10,170). Sum of RGB (Red+Green+Blue) = 214+10+170=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AAA is #29F555. Grayscale: #585858. Windows color (decimal): -2749782 or 11143894. OLE color: 11143894.
HSL color Cylindrical-coordinate representation of color #D60AAA: hue angle of 312.94º degrees, saturation: 0.91, 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 #D60AAA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.16 |
| HSL | 312.94º | 0.91% | 0.44% | - |
| HSV(B) | 312.94º | 0.95% | 0.84% | - |
| XYZ | 35.1 | 17.42 | 39.54 | - |
| YUV | 89.24 | 173.59 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 170 | 0 | 0.95 | 0.21 | 0.16 | 312.94 | 0.91 | 0.44 |
| Hex | D6 | A | AA | 0 | 5F | 15 | 10 | 139 | 5B | 2C |
| Octal | 326 | 12 | 252 | 0 | 137 | 25 | 20 | 471 | 133 | 54 |
| Binary | 11010110 | 1010 | 10101010 | 0 | 1011111 | 10101 | 10000 | 100111001 | 1011011 | 101100 |
Color Harmonies of #D60AAA
Complementary color
Monochromatic Colors of #D60AAA
Black with #D60AAA
Text Example
Text Example
White with #D60AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AAA; }
p { color: rgb(214,10,170); }
H1.HeaderClassName
{
color: #D60AAA;
}
.AnyTagClassName
{
color: #D60AAA;
}
</style>
background-color css
<style>
a { background-color: #D60AAA; }
a { background-color: rgb(214,10,170); }
div.DivClassName
{
background-color: #D60AAA;
}
.BgClassName
{
background-color: #D60AAA;
}
</style>
border-color css
<style>
span { border-color: #D60AAA; }
span { border-color: rgb(214,10,170); }
td.TdClassName
{
border-color: #D60AAA;
}
.TagClassName
{
border-color: #D60AAA;
}
</style>