Shades of Hollywood Cerise #D60DAA
Tints of Hollywood Cerise #D60DAA
RGB
CMYK
RGB Variations
Color information
#D60DAA (or 0xD60DAA) is known color: Hollywood Cerise. HEX triplet: D6, 0D and AA. RGB value is (214,13,170). Sum of RGB (Red+Green+Blue) = 214+13+170=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60DAA is #29F255. Grayscale: #5A5A5A. Windows color (decimal): -2749014 or 11144662. OLE color: 11144662.
HSL color Cylindrical-coordinate representation of color #D60DAA: hue angle of 313.13º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DAA is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 170 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.16 |
| HSL | 313.13º | 0.89% | 0.45% | - |
| HSV(B) | 313.13º | 0.94% | 0.84% | - |
| XYZ | 35.13 | 17.49 | 39.55 | - |
| YUV | 91 | 172.59 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 170 | 0 | 0.94 | 0.21 | 0.16 | 313.13 | 0.89 | 0.45 |
| Hex | D6 | D | AA | 0 | 5E | 15 | 10 | 139 | 59 | 2D |
| Octal | 326 | 15 | 252 | 0 | 136 | 25 | 20 | 471 | 131 | 55 |
| Binary | 11010110 | 1101 | 10101010 | 0 | 1011110 | 10101 | 10000 | 100111001 | 1011001 | 101101 |
Color Harmonies of #D60DAA
Complementary color
Monochromatic Colors of #D60DAA
Black with #D60DAA
Text Example
Text Example
White with #D60DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DAA; }
p { color: rgb(214,13,170); }
H1.HeaderClassName
{
color: #D60DAA;
}
.AnyTagClassName
{
color: #D60DAA;
}
</style>
background-color css
<style>
a { background-color: #D60DAA; }
a { background-color: rgb(214,13,170); }
div.DivClassName
{
background-color: #D60DAA;
}
.BgClassName
{
background-color: #D60DAA;
}
</style>
border-color css
<style>
span { border-color: #D60DAA; }
span { border-color: rgb(214,13,170); }
td.TdClassName
{
border-color: #D60DAA;
}
.TagClassName
{
border-color: #D60DAA;
}
</style>