Shades of Deep Magenta #D90DD4
Tints of Deep Magenta #D90DD4
RGB
CMYK
RGB Variations
Color information
#D90DD4 (or 0xD90DD4) is known color: Deep Magenta. HEX triplet: D9, 0D and D4. RGB value is (217,13,212). Sum of RGB (Red+Green+Blue) = 217+13+212=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DD4 is #26F22B. Grayscale: #606060. Windows color (decimal): -2552364 or 13897177. OLE color: 13897177.
HSL color Cylindrical-coordinate representation of color #D90DD4: hue angle of 301.47º 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 #D90DD4 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 212 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.15 |
| HSL | 301.47º | 0.89% | 0.45% | - |
| HSV(B) | 301.47º | 0.94% | 0.85% | - |
| XYZ | 40.64 | 19.79 | 63.97 | - |
| YUV | 96.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 212 | 0 | 0.94 | 0.02 | 0.15 | 301.47 | 0.89 | 0.45 |
| Hex | D9 | D | D4 | 0 | 5E | 2 | F | 12D | 59 | 2D |
| Octal | 331 | 15 | 324 | 0 | 136 | 2 | 17 | 455 | 131 | 55 |
| Binary | 11011001 | 1101 | 11010100 | 0 | 1011110 | 10 | 1111 | 100101101 | 1011001 | 101101 |
Color Harmonies of #D90DD4
Complementary color
Monochromatic Colors of #D90DD4
Black with #D90DD4
Text Example
Text Example
White with #D90DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DD4; }
p { color: rgb(217,13,212); }
H1.HeaderClassName
{
color: #D90DD4;
}
.AnyTagClassName
{
color: #D90DD4;
}
</style>
background-color css
<style>
a { background-color: #D90DD4; }
a { background-color: rgb(217,13,212); }
div.DivClassName
{
background-color: #D90DD4;
}
.BgClassName
{
background-color: #D90DD4;
}
</style>
border-color css
<style>
span { border-color: #D90DD4; }
span { border-color: rgb(217,13,212); }
td.TdClassName
{
border-color: #D90DD4;
}
.TagClassName
{
border-color: #D90DD4;
}
</style>