Shades of Deep Magenta #D90BDF
Tints of Deep Magenta #D90BDF
RGB
CMYK
RGB Variations
Color information
#D90BDF (or 0xD90BDF) is known color: Deep Magenta. HEX triplet: D9, 0B and DF. RGB value is (217,11,223). Sum of RGB (Red+Green+Blue) = 217+11+223=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D90BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BDF is #26F420. Grayscale: #606060. Windows color (decimal): -2552865 or 14617561. OLE color: 14617561.
HSL color Cylindrical-coordinate representation of color #D90BDF: hue angle of 298.3º 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 #D90BDF is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 11 | 223 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.3º | 0.91% | 0.46% | - |
| HSV(B) | 298.3º | 0.95% | 0.87% | - |
| XYZ | 42.05 | 20.32 | 71.52 | - |
| YUV | 96.76 | 199.25 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 223 | 0.03 | 0.95 | 0 | 0.13 | 298.3 | 0.91 | 0.46 |
| Hex | D9 | B | DF | 3 | 5F | 0 | D | 12A | 5B | 2E |
| Octal | 331 | 13 | 337 | 3 | 137 | 0 | 15 | 452 | 133 | 56 |
| Binary | 11011001 | 1011 | 11011111 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011011 | 101110 |
Color Harmonies of #D90BDF
Complementary color
Monochromatic Colors of #D90BDF
Black with #D90BDF
Text Example
Text Example
White with #D90BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BDF; }
p { color: rgb(217,11,223); }
H1.HeaderClassName
{
color: #D90BDF;
}
.AnyTagClassName
{
color: #D90BDF;
}
</style>
background-color css
<style>
a { background-color: #D90BDF; }
a { background-color: rgb(217,11,223); }
div.DivClassName
{
background-color: #D90BDF;
}
.BgClassName
{
background-color: #D90BDF;
}
</style>
border-color css
<style>
span { border-color: #D90BDF; }
span { border-color: rgb(217,11,223); }
td.TdClassName
{
border-color: #D90BDF;
}
.TagClassName
{
border-color: #D90BDF;
}
</style>