Shades of Deep Magenta #D005D9
Tints of Deep Magenta #D005D9
RGB
CMYK
RGB Variations
Color information
#D005D9 (or 0xD005D9) is known color: Deep Magenta. HEX triplet: D0, 05 and D9. RGB value is (208,5,217). Sum of RGB (Red+Green+Blue) = 208+5+217=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #D005D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005D9 is #2FFA26. Grayscale: #595959. Windows color (decimal): -3144231 or 14222800. OLE color: 14222800.
HSL color Cylindrical-coordinate representation of color #D005D9: hue angle of 297.45º degrees, saturation: 0.95, 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 #D005D9 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 5 | 217 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.15 |
| HSL | 297.45º | 0.95% | 0.44% | - |
| HSV(B) | 297.45º | 0.98% | 0.85% | - |
| XYZ | 38.59 | 18.53 | 67.19 | - |
| YUV | 89.87 | 199.75 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 217 | 0.04 | 0.98 | 0 | 0.15 | 297.45 | 0.95 | 0.44 |
| Hex | D0 | 5 | D9 | 4 | 62 | 0 | F | 129 | 5F | 2C |
| Octal | 320 | 5 | 331 | 4 | 142 | 0 | 17 | 451 | 137 | 54 |
| Binary | 11010000 | 101 | 11011001 | 100 | 1100010 | 0 | 1111 | 100101001 | 1011111 | 101100 |
Color Harmonies of #D005D9
Complementary color
Monochromatic Colors of #D005D9
Black with #D005D9
Text Example
Text Example
White with #D005D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005D9; }
p { color: rgb(208,5,217); }
H1.HeaderClassName
{
color: #D005D9;
}
.AnyTagClassName
{
color: #D005D9;
}
</style>
background-color css
<style>
a { background-color: #D005D9; }
a { background-color: rgb(208,5,217); }
div.DivClassName
{
background-color: #D005D9;
}
.BgClassName
{
background-color: #D005D9;
}
</style>
border-color css
<style>
span { border-color: #D005D9; }
span { border-color: rgb(208,5,217); }
td.TdClassName
{
border-color: #D005D9;
}
.TagClassName
{
border-color: #D005D9;
}
</style>