Shades of Deep Magenta #D914D9
Tints of Deep Magenta #D914D9
RGB
CMYK
RGB Variations
Color information
#D914D9 (or 0xD914D9) is known color: Deep Magenta. HEX triplet: D9, 14 and D9. RGB value is (217,20,217). Sum of RGB (Red+Green+Blue) = 217+20+217=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D914D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914D9 is #26EB26. Grayscale: #646464. Windows color (decimal): -2550567 or 14226649. OLE color: 14226649.
HSL color Cylindrical-coordinate representation of color #D914D9: hue angle of 300º 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 #D914D9 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 217 | - |
| CMYK | 0 | 0.91 | 0 | 0.15 |
| HSL | 300º | 0.83% | 0.46% | - |
| HSV(B) | 300º | 0.91% | 0.85% | - |
| XYZ | 41.39 | 20.26 | 67.38 | - |
| YUV | 101.36 | 193.27 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 217 | 0 | 0.91 | 0 | 0.15 | 300 | 0.83 | 0.46 |
| Hex | D9 | 14 | D9 | 0 | 5B | 0 | F | 12C | 53 | 2E |
| Octal | 331 | 24 | 331 | 0 | 133 | 0 | 17 | 454 | 123 | 56 |
| Binary | 11011001 | 10100 | 11011001 | 0 | 1011011 | 0 | 1111 | 100101100 | 1010011 | 101110 |
Color Harmonies of #D914D9
Complementary color
Monochromatic Colors of #D914D9
Black with #D914D9
Text Example
Text Example
White with #D914D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914D9; }
p { color: rgb(217,20,217); }
H1.HeaderClassName
{
color: #D914D9;
}
.AnyTagClassName
{
color: #D914D9;
}
</style>
background-color css
<style>
a { background-color: #D914D9; }
a { background-color: rgb(217,20,217); }
div.DivClassName
{
background-color: #D914D9;
}
.BgClassName
{
background-color: #D914D9;
}
</style>
border-color css
<style>
span { border-color: #D914D9; }
span { border-color: rgb(217,20,217); }
td.TdClassName
{
border-color: #D914D9;
}
.TagClassName
{
border-color: #D914D9;
}
</style>