Shades of Deep Magenta #D90DC1
Tints of Deep Magenta #D90DC1
RGB
CMYK
RGB Variations
Color information
#D90DC1 (or 0xD90DC1) is known color: Deep Magenta. HEX triplet: D9, 0D and C1. RGB value is (217,13,193). Sum of RGB (Red+Green+Blue) = 217+13+193=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DC1 is #26F23E. Grayscale: #5E5E5E. Windows color (decimal): -2552383 or 12651993. OLE color: 12651993.
HSL color Cylindrical-coordinate representation of color #D90DC1: hue angle of 307.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 #D90DC1 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 193 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.15 |
| HSL | 307.06º | 0.89% | 0.45% | - |
| HSV(B) | 307.06º | 0.94% | 0.85% | - |
| XYZ | 38.38 | 18.89 | 52.08 | - |
| YUV | 94.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 193 | 0 | 0.94 | 0.11 | 0.15 | 307.06 | 0.89 | 0.45 |
| Hex | D9 | D | C1 | 0 | 5E | B | F | 133 | 59 | 2D |
| Octal | 331 | 15 | 301 | 0 | 136 | 13 | 17 | 463 | 131 | 55 |
| Binary | 11011001 | 1101 | 11000001 | 0 | 1011110 | 1011 | 1111 | 100110011 | 1011001 | 101101 |
Color Harmonies of #D90DC1
Complementary color
Monochromatic Colors of #D90DC1
Black with #D90DC1
Text Example
Text Example
White with #D90DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DC1; }
p { color: rgb(217,13,193); }
H1.HeaderClassName
{
color: #D90DC1;
}
.AnyTagClassName
{
color: #D90DC1;
}
</style>
background-color css
<style>
a { background-color: #D90DC1; }
a { background-color: rgb(217,13,193); }
div.DivClassName
{
background-color: #D90DC1;
}
.BgClassName
{
background-color: #D90DC1;
}
</style>
border-color css
<style>
span { border-color: #D90DC1; }
span { border-color: rgb(217,13,193); }
td.TdClassName
{
border-color: #D90DC1;
}
.TagClassName
{
border-color: #D90DC1;
}
</style>