Shades of Deep Magenta #D51DCF
Tints of Deep Magenta #D51DCF
RGB
CMYK
RGB Variations
Color information
#D51DCF (or 0xD51DCF) is known color: Deep Magenta. HEX triplet: D5, 1D and CF. RGB value is (213,29,207). Sum of RGB (Red+Green+Blue) = 213+29+207=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DCF is #2AE230. Grayscale: #676767. Windows color (decimal): -2810417 or 13573589. OLE color: 13573589.
HSL color Cylindrical-coordinate representation of color #D51DCF: hue angle of 301.96º 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 #D51DCF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 207 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.16 |
| HSL | 301.96º | 0.76% | 0.47% | - |
| HSV(B) | 301.96º | 0.86% | 0.84% | - |
| XYZ | 39.14 | 19.53 | 60.74 | - |
| YUV | 104.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 207 | 0 | 0.86 | 0.03 | 0.16 | 301.96 | 0.76 | 0.47 |
| Hex | D5 | 1D | CF | 0 | 56 | 3 | 10 | 12E | 4C | 2F |
| Octal | 325 | 35 | 317 | 0 | 126 | 3 | 20 | 456 | 114 | 57 |
| Binary | 11010101 | 11101 | 11001111 | 0 | 1010110 | 11 | 10000 | 100101110 | 1001100 | 101111 |
Color Harmonies of #D51DCF
Complementary color
Monochromatic Colors of #D51DCF
Black with #D51DCF
Text Example
Text Example
White with #D51DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DCF; }
p { color: rgb(213,29,207); }
H1.HeaderClassName
{
color: #D51DCF;
}
.AnyTagClassName
{
color: #D51DCF;
}
</style>
background-color css
<style>
a { background-color: #D51DCF; }
a { background-color: rgb(213,29,207); }
div.DivClassName
{
background-color: #D51DCF;
}
.BgClassName
{
background-color: #D51DCF;
}
</style>
border-color css
<style>
span { border-color: #D51DCF; }
span { border-color: rgb(213,29,207); }
td.TdClassName
{
border-color: #D51DCF;
}
.TagClassName
{
border-color: #D51DCF;
}
</style>