Shades of Deep Magenta #D90ADB
Tints of Deep Magenta #D90ADB
RGB
CMYK
RGB Variations
Color information
#D90ADB (or 0xD90ADB) is known color: Deep Magenta. HEX triplet: D9, 0A and DB. RGB value is (217,10,219). Sum of RGB (Red+Green+Blue) = 217+10+219=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #D90ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ADB is #26F524. Grayscale: #5F5F5F. Windows color (decimal): -2553125 or 14355161. OLE color: 14355161.
HSL color Cylindrical-coordinate representation of color #D90ADB: hue angle of 299.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90ADB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 10 | 219 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.14 |
| HSL | 299.43º | 0.91% | 0.45% | - |
| HSV(B) | 299.43º | 0.95% | 0.86% | - |
| XYZ | 41.51 | 20.08 | 68.71 | - |
| YUV | 95.72 | 197.58 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 219 | 0.01 | 0.95 | 0 | 0.14 | 299.43 | 0.91 | 0.45 |
| Hex | D9 | A | DB | 1 | 5F | 0 | E | 12B | 5B | 2D |
| Octal | 331 | 12 | 333 | 1 | 137 | 0 | 16 | 453 | 133 | 55 |
| Binary | 11011001 | 1010 | 11011011 | 1 | 1011111 | 0 | 1110 | 100101011 | 1011011 | 101101 |
Color Harmonies of #D90ADB
Complementary color
Monochromatic Colors of #D90ADB
Black with #D90ADB
Text Example
Text Example
White with #D90ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ADB; }
p { color: rgb(217,10,219); }
H1.HeaderClassName
{
color: #D90ADB;
}
.AnyTagClassName
{
color: #D90ADB;
}
</style>
background-color css
<style>
a { background-color: #D90ADB; }
a { background-color: rgb(217,10,219); }
div.DivClassName
{
background-color: #D90ADB;
}
.BgClassName
{
background-color: #D90ADB;
}
</style>
border-color css
<style>
span { border-color: #D90ADB; }
span { border-color: rgb(217,10,219); }
td.TdClassName
{
border-color: #D90ADB;
}
.TagClassName
{
border-color: #D90ADB;
}
</style>