Shades of Deep Magenta #D90FDB
Tints of Deep Magenta #D90FDB
RGB
CMYK
RGB Variations
Color information
#D90FDB (or 0xD90FDB) is known color: Deep Magenta. HEX triplet: D9, 0F and DB. RGB value is (217,15,219). Sum of RGB (Red+Green+Blue) = 217+15+219=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #D90FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FDB is #26F024. Grayscale: #626262. Windows color (decimal): -2551845 or 14356441. OLE color: 14356441.
HSL color Cylindrical-coordinate representation of color #D90FDB: hue angle of 299.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FDB is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 15 | 219 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.14 |
| HSL | 299.41º | 0.87% | 0.46% | - |
| HSV(B) | 299.41º | 0.93% | 0.86% | - |
| XYZ | 41.57 | 20.21 | 68.73 | - |
| YUV | 98.65 | 195.92 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 219 | 0.01 | 0.93 | 0 | 0.14 | 299.41 | 0.87 | 0.46 |
| Hex | D9 | F | DB | 1 | 5D | 0 | E | 12B | 57 | 2E |
| Octal | 331 | 17 | 333 | 1 | 135 | 0 | 16 | 453 | 127 | 56 |
| Binary | 11011001 | 1111 | 11011011 | 1 | 1011101 | 0 | 1110 | 100101011 | 1010111 | 101110 |
Color Harmonies of #D90FDB
Complementary color
Monochromatic Colors of #D90FDB
Black with #D90FDB
Text Example
Text Example
White with #D90FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FDB; }
p { color: rgb(217,15,219); }
H1.HeaderClassName
{
color: #D90FDB;
}
.AnyTagClassName
{
color: #D90FDB;
}
</style>
background-color css
<style>
a { background-color: #D90FDB; }
a { background-color: rgb(217,15,219); }
div.DivClassName
{
background-color: #D90FDB;
}
.BgClassName
{
background-color: #D90FDB;
}
</style>
border-color css
<style>
span { border-color: #D90FDB; }
span { border-color: rgb(217,15,219); }
td.TdClassName
{
border-color: #D90FDB;
}
.TagClassName
{
border-color: #D90FDB;
}
</style>