Shades of Deep Magenta #D51BDF
Tints of Deep Magenta #D51BDF
RGB
CMYK
RGB Variations
Color information
#D51BDF (or 0xD51BDF) is known color: Deep Magenta. HEX triplet: D5, 1B and DF. RGB value is (213,27,223). Sum of RGB (Red+Green+Blue) = 213+27+223=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #D51BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BDF is #2AE420. Grayscale: #686868. Windows color (decimal): -2810913 or 14621653. OLE color: 14621653.
HSL color Cylindrical-coordinate representation of color #D51BDF: hue angle of 296.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51BDF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 27 | 223 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.13 |
| HSL | 296.94º | 0.78% | 0.49% | - |
| HSV(B) | 296.94º | 0.88% | 0.87% | - |
| XYZ | 41.15 | 20.26 | 71.55 | - |
| YUV | 104.96 | 194.62 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 223 | 0.04 | 0.88 | 0 | 0.13 | 296.94 | 0.78 | 0.49 |
| Hex | D5 | 1B | DF | 4 | 58 | 0 | D | 129 | 4E | 31 |
| Octal | 325 | 33 | 337 | 4 | 130 | 0 | 15 | 451 | 116 | 61 |
| Binary | 11010101 | 11011 | 11011111 | 100 | 1011000 | 0 | 1101 | 100101001 | 1001110 | 110001 |
Color Harmonies of #D51BDF
Complementary color
Monochromatic Colors of #D51BDF
Black with #D51BDF
Text Example
Text Example
White with #D51BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BDF; }
p { color: rgb(213,27,223); }
H1.HeaderClassName
{
color: #D51BDF;
}
.AnyTagClassName
{
color: #D51BDF;
}
</style>
background-color css
<style>
a { background-color: #D51BDF; }
a { background-color: rgb(213,27,223); }
div.DivClassName
{
background-color: #D51BDF;
}
.BgClassName
{
background-color: #D51BDF;
}
</style>
border-color css
<style>
span { border-color: #D51BDF; }
span { border-color: rgb(213,27,223); }
td.TdClassName
{
border-color: #D51BDF;
}
.TagClassName
{
border-color: #D51BDF;
}
</style>