Shades of Deep Magenta #D905DA
Tints of Deep Magenta #D905DA
RGB
CMYK
RGB Variations
Color information
#D905DA (or 0xD905DA) is known color: Deep Magenta. HEX triplet: D9, 05 and DA. RGB value is (217,5,218). Sum of RGB (Red+Green+Blue) = 217+5+218=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #D905DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905DA is #26FA25. Grayscale: #5C5C5C. Windows color (decimal): -2554406 or 14288345. OLE color: 14288345.
HSL color Cylindrical-coordinate representation of color #D905DA: hue angle of 299.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905DA is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 218 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.15 |
| HSL | 299.72º | 0.96% | 0.44% | - |
| HSV(B) | 299.72º | 0.98% | 0.85% | - |
| XYZ | 41.32 | 19.92 | 68 | - |
| YUV | 92.67 | 198.74 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 218 | 0.00 | 0.98 | 0 | 0.15 | 299.72 | 0.96 | 0.44 |
| Hex | D9 | 5 | DA | 0 | 62 | 0 | F | 12C | 60 | 2C |
| Octal | 331 | 5 | 332 | 0 | 142 | 0 | 17 | 454 | 140 | 54 |
| Binary | 11011001 | 101 | 11011010 | 0 | 1100010 | 0 | 1111 | 100101100 | 1100000 | 101100 |
Color Harmonies of #D905DA
Complementary color
Monochromatic Colors of #D905DA
Black with #D905DA
Text Example
Text Example
White with #D905DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905DA; }
p { color: rgb(217,5,218); }
H1.HeaderClassName
{
color: #D905DA;
}
.AnyTagClassName
{
color: #D905DA;
}
</style>
background-color css
<style>
a { background-color: #D905DA; }
a { background-color: rgb(217,5,218); }
div.DivClassName
{
background-color: #D905DA;
}
.BgClassName
{
background-color: #D905DA;
}
</style>
border-color css
<style>
span { border-color: #D905DA; }
span { border-color: rgb(217,5,218); }
td.TdClassName
{
border-color: #D905DA;
}
.TagClassName
{
border-color: #D905DA;
}
</style>