Shades of Deep Magenta #D902D3
Tints of Deep Magenta #D902D3
RGB
CMYK
RGB Variations
Color information
#D902D3 (or 0xD902D3) is known color: Deep Magenta. HEX triplet: D9, 02 and D3. RGB value is (217,2,211). Sum of RGB (Red+Green+Blue) = 217+2+211=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D902D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902D3 is #26FD2C. Grayscale: #595959. Windows color (decimal): -2555181 or 13828825. OLE color: 13828825.
HSL color Cylindrical-coordinate representation of color #D902D3: hue angle of 301.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902D3 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.15 |
| HSL | 301.67º | 0.98% | 0.43% | - |
| HSV(B) | 301.67º | 0.99% | 0.85% | - |
| XYZ | 40.39 | 19.5 | 63.26 | - |
| YUV | 90.11 | 196.23 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 211 | 0 | 0.99 | 0.03 | 0.15 | 301.67 | 0.98 | 0.43 |
| Hex | D9 | 2 | D3 | 0 | 63 | 3 | F | 12E | 62 | 2B |
| Octal | 331 | 2 | 323 | 0 | 143 | 3 | 17 | 456 | 142 | 53 |
| Binary | 11011001 | 10 | 11010011 | 0 | 1100011 | 11 | 1111 | 100101110 | 1100010 | 101011 |
Color Harmonies of #D902D3
Complementary color
Monochromatic Colors of #D902D3
Black with #D902D3
Text Example
Text Example
White with #D902D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902D3; }
p { color: rgb(217,2,211); }
H1.HeaderClassName
{
color: #D902D3;
}
.AnyTagClassName
{
color: #D902D3;
}
</style>
background-color css
<style>
a { background-color: #D902D3; }
a { background-color: rgb(217,2,211); }
div.DivClassName
{
background-color: #D902D3;
}
.BgClassName
{
background-color: #D902D3;
}
</style>
border-color css
<style>
span { border-color: #D902D3; }
span { border-color: rgb(217,2,211); }
td.TdClassName
{
border-color: #D902D3;
}
.TagClassName
{
border-color: #D902D3;
}
</style>