Shades of Deep Magenta #D50CDE
Tints of Deep Magenta #D50CDE
RGB
CMYK
RGB Variations
Color information
#D50CDE (or 0xD50CDE) is known color: Deep Magenta. HEX triplet: D5, 0C and DE. RGB value is (213,12,222). Sum of RGB (Red+Green+Blue) = 213+12+222=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #D50CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CDE is #2AF321. Grayscale: #5F5F5F. Windows color (decimal): -2814754 or 14552277. OLE color: 14552277.
HSL color Cylindrical-coordinate representation of color #D50CDE: hue angle of 297.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CDE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 12 | 222 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.13 |
| HSL | 297.43º | 0.9% | 0.46% | - |
| HSV(B) | 297.43º | 0.95% | 0.87% | - |
| XYZ | 40.76 | 19.68 | 70.76 | - |
| YUV | 96.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 222 | 0.04 | 0.95 | 0 | 0.13 | 297.43 | 0.9 | 0.46 |
| Hex | D5 | C | DE | 4 | 5F | 0 | D | 129 | 5A | 2E |
| Octal | 325 | 14 | 336 | 4 | 137 | 0 | 15 | 451 | 132 | 56 |
| Binary | 11010101 | 1100 | 11011110 | 100 | 1011111 | 0 | 1101 | 100101001 | 1011010 | 101110 |
Color Harmonies of #D50CDE
Complementary color
Monochromatic Colors of #D50CDE
Black with #D50CDE
Text Example
Text Example
White with #D50CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CDE; }
p { color: rgb(213,12,222); }
H1.HeaderClassName
{
color: #D50CDE;
}
.AnyTagClassName
{
color: #D50CDE;
}
</style>
background-color css
<style>
a { background-color: #D50CDE; }
a { background-color: rgb(213,12,222); }
div.DivClassName
{
background-color: #D50CDE;
}
.BgClassName
{
background-color: #D50CDE;
}
</style>
border-color css
<style>
span { border-color: #D50CDE; }
span { border-color: rgb(213,12,222); }
td.TdClassName
{
border-color: #D50CDE;
}
.TagClassName
{
border-color: #D50CDE;
}
</style>