Shades of Deep Magenta #D50BC2
Tints of Deep Magenta #D50BC2
RGB
CMYK
RGB Variations
Color information
#D50BC2 (or 0xD50BC2) is known color: Deep Magenta. HEX triplet: D5, 0B and C2. RGB value is (213,11,194). Sum of RGB (Red+Green+Blue) = 213+11+194=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50BC2 is #2AF43D. Grayscale: #5B5B5B. Windows color (decimal): -2815038 or 12717013. OLE color: 12717013.
HSL color Cylindrical-coordinate representation of color #D50BC2: hue angle of 305.64º 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 #D50BC2 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 11 | 194 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.16 |
| HSL | 305.64º | 0.9% | 0.44% | - |
| HSV(B) | 305.64º | 0.95% | 0.84% | - |
| XYZ | 37.3 | 18.28 | 52.6 | - |
| YUV | 92.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 11 | 194 | 0 | 0.95 | 0.09 | 0.16 | 305.64 | 0.9 | 0.44 |
| Hex | D5 | B | C2 | 0 | 5F | 9 | 10 | 132 | 5A | 2C |
| Octal | 325 | 13 | 302 | 0 | 137 | 11 | 20 | 462 | 132 | 54 |
| Binary | 11010101 | 1011 | 11000010 | 0 | 1011111 | 1001 | 10000 | 100110010 | 1011010 | 101100 |
Color Harmonies of #D50BC2
Complementary color
Monochromatic Colors of #D50BC2
Black with #D50BC2
Text Example
Text Example
White with #D50BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50BC2; }
p { color: rgb(213,11,194); }
H1.HeaderClassName
{
color: #D50BC2;
}
.AnyTagClassName
{
color: #D50BC2;
}
</style>
background-color css
<style>
a { background-color: #D50BC2; }
a { background-color: rgb(213,11,194); }
div.DivClassName
{
background-color: #D50BC2;
}
.BgClassName
{
background-color: #D50BC2;
}
</style>
border-color css
<style>
span { border-color: #D50BC2; }
span { border-color: rgb(213,11,194); }
td.TdClassName
{
border-color: #D50BC2;
}
.TagClassName
{
border-color: #D50BC2;
}
</style>