Shades of Deep Magenta #D215DA
Tints of Deep Magenta #D215DA
RGB
CMYK
RGB Variations
Color information
#D215DA (or 0xD215DA) is known color: Deep Magenta. HEX triplet: D2, 15 and DA. RGB value is (210,21,218). Sum of RGB (Red+Green+Blue) = 210+21+218=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D215DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215DA is #2DEA25. Grayscale: #636363. Windows color (decimal): -3009062 or 14292434. OLE color: 14292434.
HSL color Cylindrical-coordinate representation of color #D215DA: hue angle of 297.56º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D215DA is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 21 | 218 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.15 |
| HSL | 297.56º | 0.82% | 0.47% | - |
| HSV(B) | 297.56º | 0.9% | 0.85% | - |
| XYZ | 39.5 | 19.3 | 67.97 | - |
| YUV | 99.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 218 | 0.04 | 0.90 | 0 | 0.15 | 297.56 | 0.82 | 0.47 |
| Hex | D2 | 15 | DA | 4 | 5A | 0 | F | 12A | 52 | 2F |
| Octal | 322 | 25 | 332 | 4 | 132 | 0 | 17 | 452 | 122 | 57 |
| Binary | 11010010 | 10101 | 11011010 | 100 | 1011010 | 0 | 1111 | 100101010 | 1010010 | 101111 |
Color Harmonies of #D215DA
Complementary color
Monochromatic Colors of #D215DA
Black with #D215DA
Text Example
Text Example
White with #D215DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215DA; }
p { color: rgb(210,21,218); }
H1.HeaderClassName
{
color: #D215DA;
}
.AnyTagClassName
{
color: #D215DA;
}
</style>
background-color css
<style>
a { background-color: #D215DA; }
a { background-color: rgb(210,21,218); }
div.DivClassName
{
background-color: #D215DA;
}
.BgClassName
{
background-color: #D215DA;
}
</style>
border-color css
<style>
span { border-color: #D215DA; }
span { border-color: rgb(210,21,218); }
td.TdClassName
{
border-color: #D215DA;
}
.TagClassName
{
border-color: #D215DA;
}
</style>