Shades of Deep Magenta #D51DCE
Tints of Deep Magenta #D51DCE
RGB
CMYK
RGB Variations
Color information
#D51DCE (or 0xD51DCE) is known color: Deep Magenta. HEX triplet: D5, 1D and CE. RGB value is (213,29,206). Sum of RGB (Red+Green+Blue) = 213+29+206=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DCE is #2AE231. Grayscale: #676767. Windows color (decimal): -2810418 or 13508053. OLE color: 13508053.
HSL color Cylindrical-coordinate representation of color #D51DCE: hue angle of 302.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51DCE is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 206 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.16 |
| HSL | 302.28º | 0.76% | 0.47% | - |
| HSV(B) | 302.28º | 0.86% | 0.84% | - |
| XYZ | 39.02 | 19.48 | 60.1 | - |
| YUV | 104.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 206 | 0 | 0.86 | 0.03 | 0.16 | 302.28 | 0.76 | 0.47 |
| Hex | D5 | 1D | CE | 0 | 56 | 3 | 10 | 12E | 4C | 2F |
| Octal | 325 | 35 | 316 | 0 | 126 | 3 | 20 | 456 | 114 | 57 |
| Binary | 11010101 | 11101 | 11001110 | 0 | 1010110 | 11 | 10000 | 100101110 | 1001100 | 101111 |
Color Harmonies of #D51DCE
Complementary color
Monochromatic Colors of #D51DCE
Black with #D51DCE
Text Example
Text Example
White with #D51DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DCE; }
p { color: rgb(213,29,206); }
H1.HeaderClassName
{
color: #D51DCE;
}
.AnyTagClassName
{
color: #D51DCE;
}
</style>
background-color css
<style>
a { background-color: #D51DCE; }
a { background-color: rgb(213,29,206); }
div.DivClassName
{
background-color: #D51DCE;
}
.BgClassName
{
background-color: #D51DCE;
}
</style>
border-color css
<style>
span { border-color: #D51DCE; }
span { border-color: rgb(213,29,206); }
td.TdClassName
{
border-color: #D51DCE;
}
.TagClassName
{
border-color: #D51DCE;
}
</style>