Shades of Deep Magenta #D90CD3
Tints of Deep Magenta #D90CD3
RGB
CMYK
RGB Variations
Color information
#D90CD3 (or 0xD90CD3) is known color: Deep Magenta. HEX triplet: D9, 0C and D3. RGB value is (217,12,211). Sum of RGB (Red+Green+Blue) = 217+12+211=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CD3 is #26F32C. Grayscale: #5F5F5F. Windows color (decimal): -2552621 or 13831385. OLE color: 13831385.
HSL color Cylindrical-coordinate representation of color #D90CD3: hue angle of 301.76º degrees, saturation: 0.9, 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 #D90CD3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 211 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.15 |
| HSL | 301.76º | 0.9% | 0.45% | - |
| HSV(B) | 301.76º | 0.94% | 0.85% | - |
| XYZ | 40.5 | 19.72 | 63.3 | - |
| YUV | 95.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 211 | 0 | 0.94 | 0.03 | 0.15 | 301.76 | 0.9 | 0.45 |
| Hex | D9 | C | D3 | 0 | 5E | 3 | F | 12E | 5A | 2D |
| Octal | 331 | 14 | 323 | 0 | 136 | 3 | 17 | 456 | 132 | 55 |
| Binary | 11011001 | 1100 | 11010011 | 0 | 1011110 | 11 | 1111 | 100101110 | 1011010 | 101101 |
Color Harmonies of #D90CD3
Complementary color
Monochromatic Colors of #D90CD3
Black with #D90CD3
Text Example
Text Example
White with #D90CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CD3; }
p { color: rgb(217,12,211); }
H1.HeaderClassName
{
color: #D90CD3;
}
.AnyTagClassName
{
color: #D90CD3;
}
</style>
background-color css
<style>
a { background-color: #D90CD3; }
a { background-color: rgb(217,12,211); }
div.DivClassName
{
background-color: #D90CD3;
}
.BgClassName
{
background-color: #D90CD3;
}
</style>
border-color css
<style>
span { border-color: #D90CD3; }
span { border-color: rgb(217,12,211); }
td.TdClassName
{
border-color: #D90CD3;
}
.TagClassName
{
border-color: #D90CD3;
}
</style>