Shades of Deep Magenta #D10CDE
Tints of Deep Magenta #D10CDE
RGB
CMYK
RGB Variations
Color information
#D10CDE (or 0xD10CDE) is known color: Deep Magenta. HEX triplet: D1, 0C and DE. RGB value is (209,12,222). Sum of RGB (Red+Green+Blue) = 209+12+222=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #D10CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CDE is #2EF321. Grayscale: #5E5E5E. Windows color (decimal): -3076898 or 14552273. OLE color: 14552273.
HSL color Cylindrical-coordinate representation of color #D10CDE: hue angle of 296.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CDE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 12 | 222 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.13 |
| HSL | 296.29º | 0.9% | 0.46% | - |
| HSV(B) | 296.29º | 0.95% | 0.87% | - |
| XYZ | 39.61 | 19.09 | 70.7 | - |
| YUV | 94.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 222 | 0.06 | 0.95 | 0 | 0.13 | 296.29 | 0.9 | 0.46 |
| Hex | D1 | C | DE | 6 | 5F | 0 | D | 128 | 5A | 2E |
| Octal | 321 | 14 | 336 | 6 | 137 | 0 | 15 | 450 | 132 | 56 |
| Binary | 11010001 | 1100 | 11011110 | 110 | 1011111 | 0 | 1101 | 100101000 | 1011010 | 101110 |
Color Harmonies of #D10CDE
Complementary color
Monochromatic Colors of #D10CDE
Black with #D10CDE
Text Example
Text Example
White with #D10CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CDE; }
p { color: rgb(209,12,222); }
H1.HeaderClassName
{
color: #D10CDE;
}
.AnyTagClassName
{
color: #D10CDE;
}
</style>
background-color css
<style>
a { background-color: #D10CDE; }
a { background-color: rgb(209,12,222); }
div.DivClassName
{
background-color: #D10CDE;
}
.BgClassName
{
background-color: #D10CDE;
}
</style>
border-color css
<style>
span { border-color: #D10CDE; }
span { border-color: rgb(209,12,222); }
td.TdClassName
{
border-color: #D10CDE;
}
.TagClassName
{
border-color: #D10CDE;
}
</style>