Shades of Deep Magenta #D90CB5
Tints of Deep Magenta #D90CB5
RGB
CMYK
RGB Variations
Color information
#D90CB5 (or 0xD90CB5) is known color: Deep Magenta. HEX triplet: D9, 0C and B5. RGB value is (217,12,181). Sum of RGB (Red+Green+Blue) = 217+12+181=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CB5 is #26F34A. Grayscale: #5C5C5C. Windows color (decimal): -2552651 or 11865305. OLE color: 11865305.
HSL color Cylindrical-coordinate representation of color #D90CB5: hue angle of 310.54º 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 #D90CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.15 |
| HSL | 310.54º | 0.9% | 0.45% | - |
| HSV(B) | 310.54º | 0.94% | 0.85% | - |
| XYZ | 37.09 | 18.35 | 45.3 | - |
| YUV | 92.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 181 | 0 | 0.94 | 0.17 | 0.15 | 310.54 | 0.9 | 0.45 |
| Hex | D9 | C | B5 | 0 | 5E | 11 | F | 137 | 5A | 2D |
| Octal | 331 | 14 | 265 | 0 | 136 | 21 | 17 | 467 | 132 | 55 |
| Binary | 11011001 | 1100 | 10110101 | 0 | 1011110 | 10001 | 1111 | 100110111 | 1011010 | 101101 |
Color Harmonies of #D90CB5
Complementary color
Monochromatic Colors of #D90CB5
Black with #D90CB5
Text Example
Text Example
White with #D90CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CB5; }
p { color: rgb(217,12,181); }
H1.HeaderClassName
{
color: #D90CB5;
}
.AnyTagClassName
{
color: #D90CB5;
}
</style>
background-color css
<style>
a { background-color: #D90CB5; }
a { background-color: rgb(217,12,181); }
div.DivClassName
{
background-color: #D90CB5;
}
.BgClassName
{
background-color: #D90CB5;
}
</style>
border-color css
<style>
span { border-color: #D90CB5; }
span { border-color: rgb(217,12,181); }
td.TdClassName
{
border-color: #D90CB5;
}
.TagClassName
{
border-color: #D90CB5;
}
</style>