Shades of Deep Magenta #D219DA
Tints of Deep Magenta #D219DA
RGB
CMYK
RGB Variations
Color information
#D219DA (or 0xD219DA) is known color: Deep Magenta. HEX triplet: D2, 19 and DA. RGB value is (210,25,218). Sum of RGB (Red+Green+Blue) = 210+25+218=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #D219DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219DA is #2DE625. Grayscale: #656565. Windows color (decimal): -3008038 or 14293458. OLE color: 14293458.
HSL color Cylindrical-coordinate representation of color #D219DA: hue angle of 297.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D219DA is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 25 | 218 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.15 |
| HSL | 297.51º | 0.79% | 0.48% | - |
| HSV(B) | 297.51º | 0.89% | 0.85% | - |
| XYZ | 39.58 | 19.46 | 68 | - |
| YUV | 102.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 218 | 0.04 | 0.89 | 0 | 0.15 | 297.51 | 0.79 | 0.48 |
| Hex | D2 | 19 | DA | 4 | 59 | 0 | F | 12A | 4F | 30 |
| Octal | 322 | 31 | 332 | 4 | 131 | 0 | 17 | 452 | 117 | 60 |
| Binary | 11010010 | 11001 | 11011010 | 100 | 1011001 | 0 | 1111 | 100101010 | 1001111 | 110000 |
Color Harmonies of #D219DA
Complementary color
Monochromatic Colors of #D219DA
Black with #D219DA
Text Example
Text Example
White with #D219DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219DA; }
p { color: rgb(210,25,218); }
H1.HeaderClassName
{
color: #D219DA;
}
.AnyTagClassName
{
color: #D219DA;
}
</style>
background-color css
<style>
a { background-color: #D219DA; }
a { background-color: rgb(210,25,218); }
div.DivClassName
{
background-color: #D219DA;
}
.BgClassName
{
background-color: #D219DA;
}
</style>
border-color css
<style>
span { border-color: #D219DA; }
span { border-color: rgb(210,25,218); }
td.TdClassName
{
border-color: #D219DA;
}
.TagClassName
{
border-color: #D219DA;
}
</style>