Shades of Deep Magenta #D90DD2
Tints of Deep Magenta #D90DD2
RGB
CMYK
RGB Variations
Color information
#D90DD2 (or 0xD90DD2) is known color: Deep Magenta. HEX triplet: D9, 0D and D2. RGB value is (217,13,210). Sum of RGB (Red+Green+Blue) = 217+13+210=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DD2 is #26F22D. Grayscale: #5F5F5F. Windows color (decimal): -2552366 or 13766105. OLE color: 13766105.
HSL color Cylindrical-coordinate representation of color #D90DD2: hue angle of 302.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DD2 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 210 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.15 |
| HSL | 302.06º | 0.89% | 0.45% | - |
| HSV(B) | 302.06º | 0.94% | 0.85% | - |
| XYZ | 40.39 | 19.69 | 62.64 | - |
| YUV | 96.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 210 | 0 | 0.94 | 0.03 | 0.15 | 302.06 | 0.89 | 0.45 |
| Hex | D9 | D | D2 | 0 | 5E | 3 | F | 12E | 59 | 2D |
| Octal | 331 | 15 | 322 | 0 | 136 | 3 | 17 | 456 | 131 | 55 |
| Binary | 11011001 | 1101 | 11010010 | 0 | 1011110 | 11 | 1111 | 100101110 | 1011001 | 101101 |
Color Harmonies of #D90DD2
Complementary color
Monochromatic Colors of #D90DD2
Black with #D90DD2
Text Example
Text Example
White with #D90DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DD2; }
p { color: rgb(217,13,210); }
H1.HeaderClassName
{
color: #D90DD2;
}
.AnyTagClassName
{
color: #D90DD2;
}
</style>
background-color css
<style>
a { background-color: #D90DD2; }
a { background-color: rgb(217,13,210); }
div.DivClassName
{
background-color: #D90DD2;
}
.BgClassName
{
background-color: #D90DD2;
}
</style>
border-color css
<style>
span { border-color: #D90DD2; }
span { border-color: rgb(217,13,210); }
td.TdClassName
{
border-color: #D90DD2;
}
.TagClassName
{
border-color: #D90DD2;
}
</style>