Shades of Hollywood Cerise #D613AA
Tints of Hollywood Cerise #D613AA
RGB
CMYK
RGB Variations
Color information
#D613AA (or 0xD613AA) is known color: Hollywood Cerise. HEX triplet: D6, 13 and AA. RGB value is (214,19,170). Sum of RGB (Red+Green+Blue) = 214+19+170=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D613AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613AA is #29EC55. Grayscale: #5E5E5E. Windows color (decimal): -2747478 or 11146198. OLE color: 11146198.
HSL color Cylindrical-coordinate representation of color #D613AA: hue angle of 313.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613AA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 170 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.16 |
| HSL | 313.54º | 0.84% | 0.46% | - |
| HSV(B) | 313.54º | 0.91% | 0.84% | - |
| XYZ | 35.22 | 17.66 | 39.58 | - |
| YUV | 94.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 170 | 0 | 0.91 | 0.21 | 0.16 | 313.54 | 0.84 | 0.46 |
| Hex | D6 | 13 | AA | 0 | 5B | 15 | 10 | 13A | 54 | 2E |
| Octal | 326 | 23 | 252 | 0 | 133 | 25 | 20 | 472 | 124 | 56 |
| Binary | 11010110 | 10011 | 10101010 | 0 | 1011011 | 10101 | 10000 | 100111010 | 1010100 | 101110 |
Color Harmonies of #D613AA
Complementary color
Monochromatic Colors of #D613AA
Black with #D613AA
Text Example
Text Example
White with #D613AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613AA; }
p { color: rgb(214,19,170); }
H1.HeaderClassName
{
color: #D613AA;
}
.AnyTagClassName
{
color: #D613AA;
}
</style>
background-color css
<style>
a { background-color: #D613AA; }
a { background-color: rgb(214,19,170); }
div.DivClassName
{
background-color: #D613AA;
}
.BgClassName
{
background-color: #D613AA;
}
</style>
border-color css
<style>
span { border-color: #D613AA; }
span { border-color: rgb(214,19,170); }
td.TdClassName
{
border-color: #D613AA;
}
.TagClassName
{
border-color: #D613AA;
}
</style>