Shades of Deep Magenta #D90BDE
Tints of Deep Magenta #D90BDE
RGB
CMYK
RGB Variations
Color information
#D90BDE (or 0xD90BDE) is known color: Deep Magenta. HEX triplet: D9, 0B and DE. RGB value is (217,11,222). Sum of RGB (Red+Green+Blue) = 217+11+222=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D90BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BDE is #26F421. Grayscale: #606060. Windows color (decimal): -2552866 or 14552025. OLE color: 14552025.
HSL color Cylindrical-coordinate representation of color #D90BDE: hue angle of 298.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90BDE is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 11 | 222 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.13 |
| HSL | 298.58º | 0.91% | 0.46% | - |
| HSV(B) | 298.58º | 0.95% | 0.87% | - |
| XYZ | 41.92 | 20.26 | 70.81 | - |
| YUV | 96.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 222 | 0.02 | 0.95 | 0 | 0.13 | 298.58 | 0.91 | 0.46 |
| Hex | D9 | B | DE | 2 | 5F | 0 | D | 12B | 5B | 2E |
| Octal | 331 | 13 | 336 | 2 | 137 | 0 | 15 | 453 | 133 | 56 |
| Binary | 11011001 | 1011 | 11011110 | 10 | 1011111 | 0 | 1101 | 100101011 | 1011011 | 101110 |
Color Harmonies of #D90BDE
Complementary color
Monochromatic Colors of #D90BDE
Black with #D90BDE
Text Example
Text Example
White with #D90BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BDE; }
p { color: rgb(217,11,222); }
H1.HeaderClassName
{
color: #D90BDE;
}
.AnyTagClassName
{
color: #D90BDE;
}
</style>
background-color css
<style>
a { background-color: #D90BDE; }
a { background-color: rgb(217,11,222); }
div.DivClassName
{
background-color: #D90BDE;
}
.BgClassName
{
background-color: #D90BDE;
}
</style>
border-color css
<style>
span { border-color: #D90BDE; }
span { border-color: rgb(217,11,222); }
td.TdClassName
{
border-color: #D90BDE;
}
.TagClassName
{
border-color: #D90BDE;
}
</style>