Shades of Deep Magenta #D910DF
Tints of Deep Magenta #D910DF
RGB
CMYK
RGB Variations
Color information
#D910DF (or 0xD910DF) is known color: Deep Magenta. HEX triplet: D9, 10 and DF. RGB value is (217,16,223). Sum of RGB (Red+Green+Blue) = 217+16+223=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #D910DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910DF is #26EF20. Grayscale: #636363. Windows color (decimal): -2551585 or 14618841. OLE color: 14618841.
HSL color Cylindrical-coordinate representation of color #D910DF: hue angle of 298.26º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910DF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 16 | 223 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.13 |
| HSL | 298.26º | 0.87% | 0.47% | - |
| HSV(B) | 298.26º | 0.93% | 0.87% | - |
| XYZ | 42.12 | 20.45 | 71.54 | - |
| YUV | 99.7 | 197.59 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 223 | 0.03 | 0.93 | 0 | 0.13 | 298.26 | 0.87 | 0.47 |
| Hex | D9 | 10 | DF | 3 | 5D | 0 | D | 12A | 57 | 2F |
| Octal | 331 | 20 | 337 | 3 | 135 | 0 | 15 | 452 | 127 | 57 |
| Binary | 11011001 | 10000 | 11011111 | 11 | 1011101 | 0 | 1101 | 100101010 | 1010111 | 101111 |
Color Harmonies of #D910DF
Complementary color
Monochromatic Colors of #D910DF
Black with #D910DF
Text Example
Text Example
White with #D910DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910DF; }
p { color: rgb(217,16,223); }
H1.HeaderClassName
{
color: #D910DF;
}
.AnyTagClassName
{
color: #D910DF;
}
</style>
background-color css
<style>
a { background-color: #D910DF; }
a { background-color: rgb(217,16,223); }
div.DivClassName
{
background-color: #D910DF;
}
.BgClassName
{
background-color: #D910DF;
}
</style>
border-color css
<style>
span { border-color: #D910DF; }
span { border-color: rgb(217,16,223); }
td.TdClassName
{
border-color: #D910DF;
}
.TagClassName
{
border-color: #D910DF;
}
</style>