Shades of Deep Magenta #D913DC
Tints of Deep Magenta #D913DC
RGB
CMYK
RGB Variations
Color information
#D913DC (or 0xD913DC) is known color: Deep Magenta. HEX triplet: D9, 13 and DC. RGB value is (217,19,220). Sum of RGB (Red+Green+Blue) = 217+19+220=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #D913DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913DC is #26EC23. Grayscale: #646464. Windows color (decimal): -2550820 or 14423001. OLE color: 14423001.
HSL color Cylindrical-coordinate representation of color #D913DC: hue angle of 299.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913DC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 19 | 220 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.14 |
| HSL | 299.1º | 0.84% | 0.47% | - |
| HSV(B) | 299.1º | 0.91% | 0.86% | - |
| XYZ | 41.77 | 20.38 | 69.44 | - |
| YUV | 101.12 | 195.1 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 220 | 0.01 | 0.91 | 0 | 0.14 | 299.1 | 0.84 | 0.47 |
| Hex | D9 | 13 | DC | 1 | 5B | 0 | E | 12B | 54 | 2F |
| Octal | 331 | 23 | 334 | 1 | 133 | 0 | 16 | 453 | 124 | 57 |
| Binary | 11011001 | 10011 | 11011100 | 1 | 1011011 | 0 | 1110 | 100101011 | 1010100 | 101111 |
Color Harmonies of #D913DC
Complementary color
Monochromatic Colors of #D913DC
Black with #D913DC
Text Example
Text Example
White with #D913DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913DC; }
p { color: rgb(217,19,220); }
H1.HeaderClassName
{
color: #D913DC;
}
.AnyTagClassName
{
color: #D913DC;
}
</style>
background-color css
<style>
a { background-color: #D913DC; }
a { background-color: rgb(217,19,220); }
div.DivClassName
{
background-color: #D913DC;
}
.BgClassName
{
background-color: #D913DC;
}
</style>
border-color css
<style>
span { border-color: #D913DC; }
span { border-color: rgb(217,19,220); }
td.TdClassName
{
border-color: #D913DC;
}
.TagClassName
{
border-color: #D913DC;
}
</style>