Shades of Deep Magenta #D914D3
Tints of Deep Magenta #D914D3
RGB
CMYK
RGB Variations
Color information
#D914D3 (or 0xD914D3) is known color: Deep Magenta. HEX triplet: D9, 14 and D3. RGB value is (217,20,211). Sum of RGB (Red+Green+Blue) = 217+20+211=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D914D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914D3 is #26EB2C. Grayscale: #646464. Windows color (decimal): -2550573 or 13833433. OLE color: 13833433.
HSL color Cylindrical-coordinate representation of color #D914D3: hue angle of 301.83º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914D3 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 211 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.15 |
| HSL | 301.83º | 0.83% | 0.46% | - |
| HSV(B) | 301.83º | 0.91% | 0.85% | - |
| XYZ | 40.62 | 19.96 | 63.34 | - |
| YUV | 100.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 211 | 0 | 0.91 | 0.03 | 0.15 | 301.83 | 0.83 | 0.46 |
| Hex | D9 | 14 | D3 | 0 | 5B | 3 | F | 12E | 53 | 2E |
| Octal | 331 | 24 | 323 | 0 | 133 | 3 | 17 | 456 | 123 | 56 |
| Binary | 11011001 | 10100 | 11010011 | 0 | 1011011 | 11 | 1111 | 100101110 | 1010011 | 101110 |
Color Harmonies of #D914D3
Complementary color
Monochromatic Colors of #D914D3
Black with #D914D3
Text Example
Text Example
White with #D914D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914D3; }
p { color: rgb(217,20,211); }
H1.HeaderClassName
{
color: #D914D3;
}
.AnyTagClassName
{
color: #D914D3;
}
</style>
background-color css
<style>
a { background-color: #D914D3; }
a { background-color: rgb(217,20,211); }
div.DivClassName
{
background-color: #D914D3;
}
.BgClassName
{
background-color: #D914D3;
}
</style>
border-color css
<style>
span { border-color: #D914D3; }
span { border-color: rgb(217,20,211); }
td.TdClassName
{
border-color: #D914D3;
}
.TagClassName
{
border-color: #D914D3;
}
</style>