Shades of Deep Magenta #D50BCD
Tints of Deep Magenta #D50BCD
RGB
CMYK
RGB Variations
Color information
#D50BCD (or 0xD50BCD) is known color: Deep Magenta. HEX triplet: D5, 0B and CD. RGB value is (213,11,205). Sum of RGB (Red+Green+Blue) = 213+11+205=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BCD is #2AF432. Grayscale: #5C5C5C. Windows color (decimal): -2815027 or 13437909. OLE color: 13437909.
HSL color Cylindrical-coordinate representation of color #D50BCD: hue angle of 302.38º 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 #D50BCD is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.16 |
| HSL | 302.38º | 0.9% | 0.44% | - |
| HSV(B) | 302.38º | 0.95% | 0.84% | - |
| XYZ | 38.58 | 18.79 | 59.35 | - |
| YUV | 93.51 | 190.92 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 205 | 0 | 0.95 | 0.04 | 0.16 | 302.38 | 0.9 | 0.44 |
| Hex | D5 | B | CD | 0 | 5F | 4 | 10 | 12E | 5A | 2C |
| Octal | 325 | 13 | 315 | 0 | 137 | 4 | 20 | 456 | 132 | 54 |
| Binary | 11010101 | 1011 | 11001101 | 0 | 1011111 | 100 | 10000 | 100101110 | 1011010 | 101100 |
Color Harmonies of #D50BCD
Complementary color
Monochromatic Colors of #D50BCD
Black with #D50BCD
Text Example
Text Example
White with #D50BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BCD; }
p { color: rgb(213,11,205); }
H1.HeaderClassName
{
color: #D50BCD;
}
.AnyTagClassName
{
color: #D50BCD;
}
</style>
background-color css
<style>
a { background-color: #D50BCD; }
a { background-color: rgb(213,11,205); }
div.DivClassName
{
background-color: #D50BCD;
}
.BgClassName
{
background-color: #D50BCD;
}
</style>
border-color css
<style>
span { border-color: #D50BCD; }
span { border-color: rgb(213,11,205); }
td.TdClassName
{
border-color: #D50BCD;
}
.TagClassName
{
border-color: #D50BCD;
}
</style>