Shades of Deep Magenta #D914DA
Tints of Deep Magenta #D914DA
RGB
CMYK
RGB Variations
Color information
#D914DA (or 0xD914DA) is known color: Deep Magenta. HEX triplet: D9, 14 and DA. RGB value is (217,20,218). Sum of RGB (Red+Green+Blue) = 217+20+218=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #D914DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914DA is #26EB25. Grayscale: #646464. Windows color (decimal): -2550566 or 14292185. OLE color: 14292185.
HSL color Cylindrical-coordinate representation of color #D914DA: hue angle of 299.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914DA is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 218 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.15 |
| HSL | 299.7º | 0.83% | 0.47% | - |
| HSV(B) | 299.7º | 0.91% | 0.85% | - |
| XYZ | 41.52 | 20.31 | 68.06 | - |
| YUV | 101.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 218 | 0.00 | 0.91 | 0 | 0.15 | 299.7 | 0.83 | 0.47 |
| Hex | D9 | 14 | DA | 0 | 5B | 0 | F | 12C | 53 | 2F |
| Octal | 331 | 24 | 332 | 0 | 133 | 0 | 17 | 454 | 123 | 57 |
| Binary | 11011001 | 10100 | 11011010 | 0 | 1011011 | 0 | 1111 | 100101100 | 1010011 | 101111 |
Color Harmonies of #D914DA
Complementary color
Monochromatic Colors of #D914DA
Black with #D914DA
Text Example
Text Example
White with #D914DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914DA; }
p { color: rgb(217,20,218); }
H1.HeaderClassName
{
color: #D914DA;
}
.AnyTagClassName
{
color: #D914DA;
}
</style>
background-color css
<style>
a { background-color: #D914DA; }
a { background-color: rgb(217,20,218); }
div.DivClassName
{
background-color: #D914DA;
}
.BgClassName
{
background-color: #D914DA;
}
</style>
border-color css
<style>
span { border-color: #D914DA; }
span { border-color: rgb(217,20,218); }
td.TdClassName
{
border-color: #D914DA;
}
.TagClassName
{
border-color: #D914DA;
}
</style>