Shades of Deep Magenta #D914DC
Tints of Deep Magenta #D914DC
RGB
CMYK
RGB Variations
Color information
#D914DC (or 0xD914DC) is known color: Deep Magenta. HEX triplet: D9, 14 and DC. RGB value is (217,20,220). Sum of RGB (Red+Green+Blue) = 217+20+220=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #D914DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914DC is #26EB23. Grayscale: #656565. Windows color (decimal): -2550564 or 14423257. OLE color: 14423257.
HSL color Cylindrical-coordinate representation of color #D914DC: hue angle of 299.1º degrees, saturation: 0.83, 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 #D914DC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 20 | 220 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.14 |
| HSL | 299.1º | 0.83% | 0.47% | - |
| HSV(B) | 299.1º | 0.91% | 0.86% | - |
| XYZ | 41.78 | 20.42 | 69.45 | - |
| YUV | 101.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 220 | 0.01 | 0.91 | 0 | 0.14 | 299.1 | 0.83 | 0.47 |
| Hex | D9 | 14 | DC | 1 | 5B | 0 | E | 12B | 53 | 2F |
| Octal | 331 | 24 | 334 | 1 | 133 | 0 | 16 | 453 | 123 | 57 |
| Binary | 11011001 | 10100 | 11011100 | 1 | 1011011 | 0 | 1110 | 100101011 | 1010011 | 101111 |
Color Harmonies of #D914DC
Complementary color
Monochromatic Colors of #D914DC
Black with #D914DC
Text Example
Text Example
White with #D914DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914DC; }
p { color: rgb(217,20,220); }
H1.HeaderClassName
{
color: #D914DC;
}
.AnyTagClassName
{
color: #D914DC;
}
</style>
background-color css
<style>
a { background-color: #D914DC; }
a { background-color: rgb(217,20,220); }
div.DivClassName
{
background-color: #D914DC;
}
.BgClassName
{
background-color: #D914DC;
}
</style>
border-color css
<style>
span { border-color: #D914DC; }
span { border-color: rgb(217,20,220); }
td.TdClassName
{
border-color: #D914DC;
}
.TagClassName
{
border-color: #D914DC;
}
</style>