Shades of Deep Magenta #D812DA
Tints of Deep Magenta #D812DA
RGB
CMYK
RGB Variations
Color information
#D812DA (or 0xD812DA) is known color: Deep Magenta. HEX triplet: D8, 12 and DA. RGB value is (216,18,218). Sum of RGB (Red+Green+Blue) = 216+18+218=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #D812DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812DA is #27ED25. Grayscale: #636363. Windows color (decimal): -2616614 or 14291672. OLE color: 14291672.
HSL color Cylindrical-coordinate representation of color #D812DA: hue angle of 299.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812DA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 218 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.15 |
| HSL | 299.4º | 0.85% | 0.46% | - |
| HSV(B) | 299.4º | 0.92% | 0.85% | - |
| XYZ | 41.19 | 20.09 | 68.04 | - |
| YUV | 100 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 218 | 0.01 | 0.92 | 0 | 0.15 | 299.4 | 0.85 | 0.46 |
| Hex | D8 | 12 | DA | 1 | 5C | 0 | F | 12B | 55 | 2E |
| Octal | 330 | 22 | 332 | 1 | 134 | 0 | 17 | 453 | 125 | 56 |
| Binary | 11011000 | 10010 | 11011010 | 1 | 1011100 | 0 | 1111 | 100101011 | 1010101 | 101110 |
Color Harmonies of #D812DA
Complementary color
Monochromatic Colors of #D812DA
Black with #D812DA
Text Example
Text Example
White with #D812DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812DA; }
p { color: rgb(216,18,218); }
H1.HeaderClassName
{
color: #D812DA;
}
.AnyTagClassName
{
color: #D812DA;
}
</style>
background-color css
<style>
a { background-color: #D812DA; }
a { background-color: rgb(216,18,218); }
div.DivClassName
{
background-color: #D812DA;
}
.BgClassName
{
background-color: #D812DA;
}
</style>
border-color css
<style>
span { border-color: #D812DA; }
span { border-color: rgb(216,18,218); }
td.TdClassName
{
border-color: #D812DA;
}
.TagClassName
{
border-color: #D812DA;
}
</style>