Shades of Deep Magenta #D10DDC
Tints of Deep Magenta #D10DDC
RGB
CMYK
RGB Variations
Color information
#D10DDC (or 0xD10DDC) is known color: Deep Magenta. HEX triplet: D1, 0D and DC. RGB value is (209,13,220). Sum of RGB (Red+Green+Blue) = 209+13+220=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #D10DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DDC is #2EF223. Grayscale: #5E5E5E. Windows color (decimal): -3076644 or 14421457. OLE color: 14421457.
HSL color Cylindrical-coordinate representation of color #D10DDC: hue angle of 296.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DDC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 13 | 220 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.14 |
| HSL | 296.81º | 0.89% | 0.46% | - |
| HSV(B) | 296.81º | 0.94% | 0.86% | - |
| XYZ | 39.36 | 19.01 | 69.31 | - |
| YUV | 95.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 220 | 0.05 | 0.94 | 0 | 0.14 | 296.81 | 0.89 | 0.46 |
| Hex | D1 | D | DC | 5 | 5E | 0 | E | 129 | 59 | 2E |
| Octal | 321 | 15 | 334 | 5 | 136 | 0 | 16 | 451 | 131 | 56 |
| Binary | 11010001 | 1101 | 11011100 | 101 | 1011110 | 0 | 1110 | 100101001 | 1011001 | 101110 |
Color Harmonies of #D10DDC
Complementary color
Monochromatic Colors of #D10DDC
Black with #D10DDC
Text Example
Text Example
White with #D10DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DDC; }
p { color: rgb(209,13,220); }
H1.HeaderClassName
{
color: #D10DDC;
}
.AnyTagClassName
{
color: #D10DDC;
}
</style>
background-color css
<style>
a { background-color: #D10DDC; }
a { background-color: rgb(209,13,220); }
div.DivClassName
{
background-color: #D10DDC;
}
.BgClassName
{
background-color: #D10DDC;
}
</style>
border-color css
<style>
span { border-color: #D10DDC; }
span { border-color: rgb(209,13,220); }
td.TdClassName
{
border-color: #D10DDC;
}
.TagClassName
{
border-color: #D10DDC;
}
</style>