Shades of Deep Magenta #D50CBE
Tints of Deep Magenta #D50CBE
RGB
CMYK
RGB Variations
Color information
#D50CBE (or 0xD50CBE) is known color: Deep Magenta. HEX triplet: D5, 0C and BE. RGB value is (213,12,190). Sum of RGB (Red+Green+Blue) = 213+12+190=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CBE is #2AF341. Grayscale: #5B5B5B. Windows color (decimal): -2814786 or 12455125. OLE color: 12455125.
HSL color Cylindrical-coordinate representation of color #D50CBE: hue angle of 306.87º 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 #D50CBE is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.16 |
| HSL | 306.87º | 0.89% | 0.44% | - |
| HSV(B) | 306.87º | 0.94% | 0.84% | - |
| XYZ | 36.87 | 18.13 | 50.27 | - |
| YUV | 92.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 190 | 0 | 0.94 | 0.11 | 0.16 | 306.87 | 0.89 | 0.44 |
| Hex | D5 | C | BE | 0 | 5E | B | 10 | 133 | 59 | 2C |
| Octal | 325 | 14 | 276 | 0 | 136 | 13 | 20 | 463 | 131 | 54 |
| Binary | 11010101 | 1100 | 10111110 | 0 | 1011110 | 1011 | 10000 | 100110011 | 1011001 | 101100 |
Color Harmonies of #D50CBE
Complementary color
Monochromatic Colors of #D50CBE
Black with #D50CBE
Text Example
Text Example
White with #D50CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CBE; }
p { color: rgb(213,12,190); }
H1.HeaderClassName
{
color: #D50CBE;
}
.AnyTagClassName
{
color: #D50CBE;
}
</style>
background-color css
<style>
a { background-color: #D50CBE; }
a { background-color: rgb(213,12,190); }
div.DivClassName
{
background-color: #D50CBE;
}
.BgClassName
{
background-color: #D50CBE;
}
</style>
border-color css
<style>
span { border-color: #D50CBE; }
span { border-color: rgb(213,12,190); }
td.TdClassName
{
border-color: #D50CBE;
}
.TagClassName
{
border-color: #D50CBE;
}
</style>