Shades of Hollywood Cerise #D313AA
Tints of Hollywood Cerise #D313AA
RGB
CMYK
RGB Variations
Color information
#D313AA (or 0xD313AA) is known color: Hollywood Cerise. HEX triplet: D3, 13 and AA. RGB value is (211,19,170). Sum of RGB (Red+Green+Blue) = 211+19+170=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D313AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D313AA is #2CEC55. Grayscale: #5D5D5D. Windows color (decimal): -2944086 or 11146195. OLE color: 11146195.
HSL color Cylindrical-coordinate representation of color #D313AA: hue angle of 312.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313AA is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 19 | 170 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.17 |
| HSL | 312.81º | 0.83% | 0.45% | - |
| HSV(B) | 312.81º | 0.91% | 0.83% | - |
| XYZ | 34.35 | 17.22 | 39.54 | - |
| YUV | 93.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 19 | 170 | 0 | 0.91 | 0.19 | 0.17 | 312.81 | 0.83 | 0.45 |
| Hex | D3 | 13 | AA | 0 | 5B | 13 | 11 | 139 | 53 | 2D |
| Octal | 323 | 23 | 252 | 0 | 133 | 23 | 21 | 471 | 123 | 55 |
| Binary | 11010011 | 10011 | 10101010 | 0 | 1011011 | 10011 | 10001 | 100111001 | 1010011 | 101101 |
Color Harmonies of #D313AA
Complementary color
Monochromatic Colors of #D313AA
Black with #D313AA
Text Example
Text Example
White with #D313AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D313AA; }
p { color: rgb(211,19,170); }
H1.HeaderClassName
{
color: #D313AA;
}
.AnyTagClassName
{
color: #D313AA;
}
</style>
background-color css
<style>
a { background-color: #D313AA; }
a { background-color: rgb(211,19,170); }
div.DivClassName
{
background-color: #D313AA;
}
.BgClassName
{
background-color: #D313AA;
}
</style>
border-color css
<style>
span { border-color: #D313AA; }
span { border-color: rgb(211,19,170); }
td.TdClassName
{
border-color: #D313AA;
}
.TagClassName
{
border-color: #D313AA;
}
</style>