Shades of Deep Magenta #D900DF
Tints of Deep Magenta #D900DF
RGB
CMYK
RGB Variations
Color information
#D900DF (or 0xD900DF) is known color: Deep Magenta. HEX triplet: D9, 00 and DF. RGB value is (217,0,223). Sum of RGB (Red+Green+Blue) = 217+0+223=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D900DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900DF is #26FF20. Grayscale: #595959. Windows color (decimal): -2555681 or 14614745. OLE color: 14614745.
HSL color Cylindrical-coordinate representation of color #D900DF: hue angle of 298.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900DF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 0 | 223 | - |
| CMYK | 0.03 | 1 | 0 | 0.13 |
| HSL | 298.39º | 1% | 0.44% | - |
| HSV(B) | 298.39º | 1% | 0.87% | - |
| XYZ | 41.93 | 20.08 | 71.48 | - |
| YUV | 90.31 | 202.89 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 223 | 0.03 | 1 | 0 | 0.13 | 298.39 | 1 | 0.44 |
| Hex | D9 | 0 | DF | 3 | 64 | 0 | D | 12A | 64 | 2C |
| Octal | 331 | 0 | 337 | 3 | 144 | 0 | 15 | 452 | 144 | 54 |
| Binary | 11011001 | 0 | 11011111 | 11 | 1100100 | 0 | 1101 | 100101010 | 1100100 | 101100 |
Color Harmonies of #D900DF
Complementary color
Monochromatic Colors of #D900DF
Black with #D900DF
Text Example
Text Example
White with #D900DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900DF; }
p { color: rgb(217,0,223); }
H1.HeaderClassName
{
color: #D900DF;
}
.AnyTagClassName
{
color: #D900DF;
}
</style>
background-color css
<style>
a { background-color: #D900DF; }
a { background-color: rgb(217,0,223); }
div.DivClassName
{
background-color: #D900DF;
}
.BgClassName
{
background-color: #D900DF;
}
</style>
border-color css
<style>
span { border-color: #D900DF; }
span { border-color: rgb(217,0,223); }
td.TdClassName
{
border-color: #D900DF;
}
.TagClassName
{
border-color: #D900DF;
}
</style>