Shades of Hollywood Cerise #D60CAA
Tints of Hollywood Cerise #D60CAA
RGB
CMYK
RGB Variations
Color information
#D60CAA (or 0xD60CAA) is known color: Hollywood Cerise. HEX triplet: D6, 0C and AA. RGB value is (214,12,170). Sum of RGB (Red+Green+Blue) = 214+12+170=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CAA is #29F355. Grayscale: #595959. Windows color (decimal): -2749270 or 11144406. OLE color: 11144406.
HSL color Cylindrical-coordinate representation of color #D60CAA: hue angle of 313.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CAA is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.16 |
| HSL | 313.07º | 0.89% | 0.44% | - |
| HSV(B) | 313.07º | 0.94% | 0.84% | - |
| XYZ | 35.12 | 17.46 | 39.55 | - |
| YUV | 90.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 170 | 0 | 0.94 | 0.21 | 0.16 | 313.07 | 0.89 | 0.44 |
| Hex | D6 | C | AA | 0 | 5E | 15 | 10 | 139 | 59 | 2C |
| Octal | 326 | 14 | 252 | 0 | 136 | 25 | 20 | 471 | 131 | 54 |
| Binary | 11010110 | 1100 | 10101010 | 0 | 1011110 | 10101 | 10000 | 100111001 | 1011001 | 101100 |
Color Harmonies of #D60CAA
Complementary color
Monochromatic Colors of #D60CAA
Black with #D60CAA
Text Example
Text Example
White with #D60CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CAA; }
p { color: rgb(214,12,170); }
H1.HeaderClassName
{
color: #D60CAA;
}
.AnyTagClassName
{
color: #D60CAA;
}
</style>
background-color css
<style>
a { background-color: #D60CAA; }
a { background-color: rgb(214,12,170); }
div.DivClassName
{
background-color: #D60CAA;
}
.BgClassName
{
background-color: #D60CAA;
}
</style>
border-color css
<style>
span { border-color: #D60CAA; }
span { border-color: rgb(214,12,170); }
td.TdClassName
{
border-color: #D60CAA;
}
.TagClassName
{
border-color: #D60CAA;
}
</style>