Shades of Deep Magenta #D50BD8
Tints of Deep Magenta #D50BD8
RGB
CMYK
RGB Variations
Color information
#D50BD8 (or 0xD50BD8) is known color: Deep Magenta. HEX triplet: D5, 0B and D8. RGB value is (213,11,216). Sum of RGB (Red+Green+Blue) = 213+11+216=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #D50BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BD8 is #2AF427. Grayscale: #5E5E5E. Windows color (decimal): -2815016 or 14158805. OLE color: 14158805.
HSL color Cylindrical-coordinate representation of color #D50BD8: hue angle of 299.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50BD8 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 11 | 216 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.15 |
| HSL | 299.12º | 0.9% | 0.45% | - |
| HSV(B) | 299.12º | 0.95% | 0.85% | - |
| XYZ | 39.95 | 19.34 | 66.59 | - |
| YUV | 94.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 216 | 0.01 | 0.95 | 0 | 0.15 | 299.12 | 0.9 | 0.45 |
| Hex | D5 | B | D8 | 1 | 5F | 0 | F | 12B | 5A | 2D |
| Octal | 325 | 13 | 330 | 1 | 137 | 0 | 17 | 453 | 132 | 55 |
| Binary | 11010101 | 1011 | 11011000 | 1 | 1011111 | 0 | 1111 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D50BD8
Complementary color
Monochromatic Colors of #D50BD8
Black with #D50BD8
Text Example
Text Example
White with #D50BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BD8; }
p { color: rgb(213,11,216); }
H1.HeaderClassName
{
color: #D50BD8;
}
.AnyTagClassName
{
color: #D50BD8;
}
</style>
background-color css
<style>
a { background-color: #D50BD8; }
a { background-color: rgb(213,11,216); }
div.DivClassName
{
background-color: #D50BD8;
}
.BgClassName
{
background-color: #D50BD8;
}
</style>
border-color css
<style>
span { border-color: #D50BD8; }
span { border-color: rgb(213,11,216); }
td.TdClassName
{
border-color: #D50BD8;
}
.TagClassName
{
border-color: #D50BD8;
}
</style>