Shades of Deep Magenta #D10CDA
Tints of Deep Magenta #D10CDA
RGB
CMYK
RGB Variations
Color information
#D10CDA (or 0xD10CDA) is known color: Deep Magenta. HEX triplet: D1, 0C and DA. RGB value is (209,12,218). Sum of RGB (Red+Green+Blue) = 209+12+218=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #D10CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CDA is #2EF325. Grayscale: #5D5D5D. Windows color (decimal): -3076902 or 14290129. OLE color: 14290129.
HSL color Cylindrical-coordinate representation of color #D10CDA: hue angle of 297.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CDA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 12 | 218 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.15 |
| HSL | 297.38º | 0.9% | 0.45% | - |
| HSV(B) | 297.38º | 0.94% | 0.85% | - |
| XYZ | 39.08 | 18.88 | 67.91 | - |
| YUV | 94.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 218 | 0.04 | 0.94 | 0 | 0.15 | 297.38 | 0.9 | 0.45 |
| Hex | D1 | C | DA | 4 | 5E | 0 | F | 129 | 5A | 2D |
| Octal | 321 | 14 | 332 | 4 | 136 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11010001 | 1100 | 11011010 | 100 | 1011110 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D10CDA
Complementary color
Monochromatic Colors of #D10CDA
Black with #D10CDA
Text Example
Text Example
White with #D10CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CDA; }
p { color: rgb(209,12,218); }
H1.HeaderClassName
{
color: #D10CDA;
}
.AnyTagClassName
{
color: #D10CDA;
}
</style>
background-color css
<style>
a { background-color: #D10CDA; }
a { background-color: rgb(209,12,218); }
div.DivClassName
{
background-color: #D10CDA;
}
.BgClassName
{
background-color: #D10CDA;
}
</style>
border-color css
<style>
span { border-color: #D10CDA; }
span { border-color: rgb(209,12,218); }
td.TdClassName
{
border-color: #D10CDA;
}
.TagClassName
{
border-color: #D10CDA;
}
</style>