Shades of Deep Magenta #D10DDF
Tints of Deep Magenta #D10DDF
RGB
CMYK
RGB Variations
Color information
#D10DDF (or 0xD10DDF) is known color: Deep Magenta. HEX triplet: D1, 0D and DF. RGB value is (209,13,223). Sum of RGB (Red+Green+Blue) = 209+13+223=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D10DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DDF is #2EF220. Grayscale: #5E5E5E. Windows color (decimal): -3076641 or 14618065. OLE color: 14618065.
HSL color Cylindrical-coordinate representation of color #D10DDF: hue angle of 296º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DDF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 13 | 223 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.13 |
| HSL | 296º | 0.89% | 0.46% | - |
| HSV(B) | 296º | 0.94% | 0.87% | - |
| XYZ | 39.76 | 19.17 | 71.42 | - |
| YUV | 95.54 | 199.93 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 223 | 0.06 | 0.94 | 0 | 0.13 | 296 | 0.89 | 0.46 |
| Hex | D1 | D | DF | 6 | 5E | 0 | D | 128 | 59 | 2E |
| Octal | 321 | 15 | 337 | 6 | 136 | 0 | 15 | 450 | 131 | 56 |
| Binary | 11010001 | 1101 | 11011111 | 110 | 1011110 | 0 | 1101 | 100101000 | 1011001 | 101110 |
Color Harmonies of #D10DDF
Complementary color
Monochromatic Colors of #D10DDF
Black with #D10DDF
Text Example
Text Example
White with #D10DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DDF; }
p { color: rgb(209,13,223); }
H1.HeaderClassName
{
color: #D10DDF;
}
.AnyTagClassName
{
color: #D10DDF;
}
</style>
background-color css
<style>
a { background-color: #D10DDF; }
a { background-color: rgb(209,13,223); }
div.DivClassName
{
background-color: #D10DDF;
}
.BgClassName
{
background-color: #D10DDF;
}
</style>
border-color css
<style>
span { border-color: #D10DDF; }
span { border-color: rgb(209,13,223); }
td.TdClassName
{
border-color: #D10DDF;
}
.TagClassName
{
border-color: #D10DDF;
}
</style>