Shades of Deep Magenta #D914D4
Tints of Deep Magenta #D914D4
RGB
CMYK
RGB Variations
Color information
#D914D4 (or 0xD914D4) is known color: Deep Magenta. HEX triplet: D9, 14 and D4. RGB value is (217,20,212). Sum of RGB (Red+Green+Blue) = 217+20+212=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D914D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914D4 is #26EB2B. Grayscale: #646464. Windows color (decimal): -2550572 or 13898969. OLE color: 13898969.
HSL color Cylindrical-coordinate representation of color #D914D4: hue angle of 301.52º 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 #D914D4 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 212 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.15 |
| HSL | 301.52º | 0.83% | 0.46% | - |
| HSV(B) | 301.52º | 0.91% | 0.85% | - |
| XYZ | 40.75 | 20.01 | 64 | - |
| YUV | 100.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 212 | 0 | 0.91 | 0.02 | 0.15 | 301.52 | 0.83 | 0.46 |
| Hex | D9 | 14 | D4 | 0 | 5B | 2 | F | 12E | 53 | 2E |
| Octal | 331 | 24 | 324 | 0 | 133 | 2 | 17 | 456 | 123 | 56 |
| Binary | 11011001 | 10100 | 11010100 | 0 | 1011011 | 10 | 1111 | 100101110 | 1010011 | 101110 |
Color Harmonies of #D914D4
Complementary color
Monochromatic Colors of #D914D4
Black with #D914D4
Text Example
Text Example
White with #D914D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914D4; }
p { color: rgb(217,20,212); }
H1.HeaderClassName
{
color: #D914D4;
}
.AnyTagClassName
{
color: #D914D4;
}
</style>
background-color css
<style>
a { background-color: #D914D4; }
a { background-color: rgb(217,20,212); }
div.DivClassName
{
background-color: #D914D4;
}
.BgClassName
{
background-color: #D914D4;
}
</style>
border-color css
<style>
span { border-color: #D914D4; }
span { border-color: rgb(217,20,212); }
td.TdClassName
{
border-color: #D914D4;
}
.TagClassName
{
border-color: #D914D4;
}
</style>