Shades of Deep Magenta #D90FBD
Tints of Deep Magenta #D90FBD
RGB
CMYK
RGB Variations
Color information
#D90FBD (or 0xD90FBD) is known color: Deep Magenta. HEX triplet: D9, 0F and BD. RGB value is (217,15,189). Sum of RGB (Red+Green+Blue) = 217+15+189=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FBD is #26F042. Grayscale: #5E5E5E. Windows color (decimal): -2551875 or 12390361. OLE color: 12390361.
HSL color Cylindrical-coordinate representation of color #D90FBD: hue angle of 308.32º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90FBD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 189 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.15 |
| HSL | 308.32º | 0.87% | 0.45% | - |
| HSV(B) | 308.32º | 0.93% | 0.85% | - |
| XYZ | 37.97 | 18.77 | 49.77 | - |
| YUV | 95.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 189 | 0 | 0.93 | 0.13 | 0.15 | 308.32 | 0.87 | 0.45 |
| Hex | D9 | F | BD | 0 | 5D | D | F | 134 | 57 | 2D |
| Octal | 331 | 17 | 275 | 0 | 135 | 15 | 17 | 464 | 127 | 55 |
| Binary | 11011001 | 1111 | 10111101 | 0 | 1011101 | 1101 | 1111 | 100110100 | 1010111 | 101101 |
Color Harmonies of #D90FBD
Complementary color
Monochromatic Colors of #D90FBD
Black with #D90FBD
Text Example
Text Example
White with #D90FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FBD; }
p { color: rgb(217,15,189); }
H1.HeaderClassName
{
color: #D90FBD;
}
.AnyTagClassName
{
color: #D90FBD;
}
</style>
background-color css
<style>
a { background-color: #D90FBD; }
a { background-color: rgb(217,15,189); }
div.DivClassName
{
background-color: #D90FBD;
}
.BgClassName
{
background-color: #D90FBD;
}
</style>
border-color css
<style>
span { border-color: #D90FBD; }
span { border-color: rgb(217,15,189); }
td.TdClassName
{
border-color: #D90FBD;
}
.TagClassName
{
border-color: #D90FBD;
}
</style>