Shades of Deep Magenta #D002D1
Tints of Deep Magenta #D002D1
RGB
CMYK
RGB Variations
Color information
#D002D1 (or 0xD002D1) is known color: Deep Magenta. HEX triplet: D0, 02 and D1. RGB value is (208,2,209). Sum of RGB (Red+Green+Blue) = 208+2+209=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #D002D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002D1 is #2FFD2E. Grayscale: #565656. Windows color (decimal): -3145007 or 13697744. OLE color: 13697744.
HSL color Cylindrical-coordinate representation of color #D002D1: hue angle of 299.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002D1 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 209 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.18 |
| HSL | 299.71º | 0.98% | 0.41% | - |
| HSV(B) | 299.71º | 0.99% | 0.82% | - |
| XYZ | 37.54 | 18.06 | 61.83 | - |
| YUV | 87.19 | 196.75 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 209 | 0.00 | 0.99 | 0 | 0.18 | 299.71 | 0.98 | 0.41 |
| Hex | D0 | 2 | D1 | 0 | 63 | 0 | 12 | 12C | 62 | 29 |
| Octal | 320 | 2 | 321 | 0 | 143 | 0 | 22 | 454 | 142 | 51 |
| Binary | 11010000 | 10 | 11010001 | 0 | 1100011 | 0 | 10010 | 100101100 | 1100010 | 101001 |
Color Harmonies of #D002D1
Complementary color
Monochromatic Colors of #D002D1
Black with #D002D1
Text Example
Text Example
White with #D002D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002D1; }
p { color: rgb(208,2,209); }
H1.HeaderClassName
{
color: #D002D1;
}
.AnyTagClassName
{
color: #D002D1;
}
</style>
background-color css
<style>
a { background-color: #D002D1; }
a { background-color: rgb(208,2,209); }
div.DivClassName
{
background-color: #D002D1;
}
.BgClassName
{
background-color: #D002D1;
}
</style>
border-color css
<style>
span { border-color: #D002D1; }
span { border-color: rgb(208,2,209); }
td.TdClassName
{
border-color: #D002D1;
}
.TagClassName
{
border-color: #D002D1;
}
</style>