Shades of Deep Magenta #D90FD2
Tints of Deep Magenta #D90FD2
RGB
CMYK
RGB Variations
Color information
#D90FD2 (or 0xD90FD2) is known color: Deep Magenta. HEX triplet: D9, 0F and D2. RGB value is (217,15,210). Sum of RGB (Red+Green+Blue) = 217+15+210=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FD2 is #26F02D. Grayscale: #616161. Windows color (decimal): -2551854 or 13766617. OLE color: 13766617.
HSL color Cylindrical-coordinate representation of color #D90FD2: hue angle of 302.08º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FD2 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 210 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.15 |
| HSL | 302.08º | 0.87% | 0.45% | - |
| HSV(B) | 302.08º | 0.93% | 0.85% | - |
| XYZ | 40.42 | 19.75 | 62.65 | - |
| YUV | 97.63 | 191.42 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 210 | 0 | 0.93 | 0.03 | 0.15 | 302.08 | 0.87 | 0.45 |
| Hex | D9 | F | D2 | 0 | 5D | 3 | F | 12E | 57 | 2D |
| Octal | 331 | 17 | 322 | 0 | 135 | 3 | 17 | 456 | 127 | 55 |
| Binary | 11011001 | 1111 | 11010010 | 0 | 1011101 | 11 | 1111 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D90FD2
Complementary color
Monochromatic Colors of #D90FD2
Black with #D90FD2
Text Example
Text Example
White with #D90FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FD2; }
p { color: rgb(217,15,210); }
H1.HeaderClassName
{
color: #D90FD2;
}
.AnyTagClassName
{
color: #D90FD2;
}
</style>
background-color css
<style>
a { background-color: #D90FD2; }
a { background-color: rgb(217,15,210); }
div.DivClassName
{
background-color: #D90FD2;
}
.BgClassName
{
background-color: #D90FD2;
}
</style>
border-color css
<style>
span { border-color: #D90FD2; }
span { border-color: rgb(217,15,210); }
td.TdClassName
{
border-color: #D90FD2;
}
.TagClassName
{
border-color: #D90FD2;
}
</style>