Shades of Hollywood Cerise #D512AD
Tints of Hollywood Cerise #D512AD
RGB
CMYK
RGB Variations
Color information
#D512AD (or 0xD512AD) is known color: Hollywood Cerise. HEX triplet: D5, 12 and AD. RGB value is (213,18,173). Sum of RGB (Red+Green+Blue) = 213+18+173=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D512AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512AD is #2AED52. Grayscale: #5D5D5D. Windows color (decimal): -2813267 or 11342549. OLE color: 11342549.
HSL color Cylindrical-coordinate representation of color #D512AD: hue angle of 312.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512AD is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 173 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.16 |
| HSL | 312.31º | 0.84% | 0.45% | - |
| HSV(B) | 312.31º | 0.92% | 0.84% | - |
| XYZ | 35.2 | 17.6 | 41.08 | - |
| YUV | 93.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 173 | 0 | 0.92 | 0.19 | 0.16 | 312.31 | 0.84 | 0.45 |
| Hex | D5 | 12 | AD | 0 | 5C | 13 | 10 | 138 | 54 | 2D |
| Octal | 325 | 22 | 255 | 0 | 134 | 23 | 20 | 470 | 124 | 55 |
| Binary | 11010101 | 10010 | 10101101 | 0 | 1011100 | 10011 | 10000 | 100111000 | 1010100 | 101101 |
Color Harmonies of #D512AD
Complementary color
Monochromatic Colors of #D512AD
Black with #D512AD
Text Example
Text Example
White with #D512AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512AD; }
p { color: rgb(213,18,173); }
H1.HeaderClassName
{
color: #D512AD;
}
.AnyTagClassName
{
color: #D512AD;
}
</style>
background-color css
<style>
a { background-color: #D512AD; }
a { background-color: rgb(213,18,173); }
div.DivClassName
{
background-color: #D512AD;
}
.BgClassName
{
background-color: #D512AD;
}
</style>
border-color css
<style>
span { border-color: #D512AD; }
span { border-color: rgb(213,18,173); }
td.TdClassName
{
border-color: #D512AD;
}
.TagClassName
{
border-color: #D512AD;
}
</style>