Shades of Deep Magenta #D50BD6
Tints of Deep Magenta #D50BD6
RGB
CMYK
RGB Variations
Color information
#D50BD6 (or 0xD50BD6) is known color: Deep Magenta. HEX triplet: D5, 0B and D6. RGB value is (213,11,214). Sum of RGB (Red+Green+Blue) = 213+11+214=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #D50BD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BD6 is #2AF429. Grayscale: #5D5D5D. Windows color (decimal): -2815018 or 14027733. OLE color: 14027733.
HSL color Cylindrical-coordinate representation of color #D50BD6: hue angle of 299.7º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50BD6 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 214 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.16 |
| HSL | 299.7º | 0.9% | 0.44% | - |
| HSV(B) | 299.7º | 0.95% | 0.84% | - |
| XYZ | 39.7 | 19.24 | 65.24 | - |
| YUV | 94.54 | 195.42 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 214 | 0.00 | 0.95 | 0 | 0.16 | 299.7 | 0.9 | 0.44 |
| Hex | D5 | B | D6 | 0 | 5F | 0 | 10 | 12C | 5A | 2C |
| Octal | 325 | 13 | 326 | 0 | 137 | 0 | 20 | 454 | 132 | 54 |
| Binary | 11010101 | 1011 | 11010110 | 0 | 1011111 | 0 | 10000 | 100101100 | 1011010 | 101100 |
Color Harmonies of #D50BD6
Complementary color
Monochromatic Colors of #D50BD6
Black with #D50BD6
Text Example
Text Example
White with #D50BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BD6; }
p { color: rgb(213,11,214); }
H1.HeaderClassName
{
color: #D50BD6;
}
.AnyTagClassName
{
color: #D50BD6;
}
</style>
background-color css
<style>
a { background-color: #D50BD6; }
a { background-color: rgb(213,11,214); }
div.DivClassName
{
background-color: #D50BD6;
}
.BgClassName
{
background-color: #D50BD6;
}
</style>
border-color css
<style>
span { border-color: #D50BD6; }
span { border-color: rgb(213,11,214); }
td.TdClassName
{
border-color: #D50BD6;
}
.TagClassName
{
border-color: #D50BD6;
}
</style>