Shades of Deep Magenta #D50CBD
Tints of Deep Magenta #D50CBD
RGB
CMYK
RGB Variations
Color information
#D50CBD (or 0xD50CBD) is known color: Deep Magenta. HEX triplet: D5, 0C and BD. RGB value is (213,12,189). Sum of RGB (Red+Green+Blue) = 213+12+189=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CBD is #2AF342. Grayscale: #5B5B5B. Windows color (decimal): -2814787 or 12389589. OLE color: 12389589.
HSL color Cylindrical-coordinate representation of color #D50CBD: hue angle of 307.16º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CBD is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.16 |
| HSL | 307.16º | 0.89% | 0.44% | - |
| HSV(B) | 307.16º | 0.94% | 0.84% | - |
| XYZ | 36.76 | 18.08 | 49.7 | - |
| YUV | 92.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 189 | 0 | 0.94 | 0.11 | 0.16 | 307.16 | 0.89 | 0.44 |
| Hex | D5 | C | BD | 0 | 5E | B | 10 | 133 | 59 | 2C |
| Octal | 325 | 14 | 275 | 0 | 136 | 13 | 20 | 463 | 131 | 54 |
| Binary | 11010101 | 1100 | 10111101 | 0 | 1011110 | 1011 | 10000 | 100110011 | 1011001 | 101100 |
Color Harmonies of #D50CBD
Complementary color
Monochromatic Colors of #D50CBD
Black with #D50CBD
Text Example
Text Example
White with #D50CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CBD; }
p { color: rgb(213,12,189); }
H1.HeaderClassName
{
color: #D50CBD;
}
.AnyTagClassName
{
color: #D50CBD;
}
</style>
background-color css
<style>
a { background-color: #D50CBD; }
a { background-color: rgb(213,12,189); }
div.DivClassName
{
background-color: #D50CBD;
}
.BgClassName
{
background-color: #D50CBD;
}
</style>
border-color css
<style>
span { border-color: #D50CBD; }
span { border-color: rgb(213,12,189); }
td.TdClassName
{
border-color: #D50CBD;
}
.TagClassName
{
border-color: #D50CBD;
}
</style>