Shades of Deep Magenta #D51DB8
Tints of Deep Magenta #D51DB8
RGB
CMYK
RGB Variations
Color information
#D51DB8 (or 0xD51DB8) is known color: Deep Magenta. HEX triplet: D5, 1D and B8. RGB value is (213,29,184). Sum of RGB (Red+Green+Blue) = 213+29+184=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DB8 is #2AE247. Grayscale: #656565. Windows color (decimal): -2810440 or 12066261. OLE color: 12066261.
HSL color Cylindrical-coordinate representation of color #D51DB8: hue angle of 309.46º 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 #D51DB8 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 184 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.16 |
| HSL | 309.46º | 0.76% | 0.47% | - |
| HSV(B) | 309.46º | 0.86% | 0.84% | - |
| XYZ | 36.53 | 18.49 | 46.99 | - |
| YUV | 101.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 184 | 0 | 0.86 | 0.14 | 0.16 | 309.46 | 0.76 | 0.47 |
| Hex | D5 | 1D | B8 | 0 | 56 | E | 10 | 135 | 4C | 2F |
| Octal | 325 | 35 | 270 | 0 | 126 | 16 | 20 | 465 | 114 | 57 |
| Binary | 11010101 | 11101 | 10111000 | 0 | 1010110 | 1110 | 10000 | 100110101 | 1001100 | 101111 |
Color Harmonies of #D51DB8
Complementary color
Monochromatic Colors of #D51DB8
Black with #D51DB8
Text Example
Text Example
White with #D51DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DB8; }
p { color: rgb(213,29,184); }
H1.HeaderClassName
{
color: #D51DB8;
}
.AnyTagClassName
{
color: #D51DB8;
}
</style>
background-color css
<style>
a { background-color: #D51DB8; }
a { background-color: rgb(213,29,184); }
div.DivClassName
{
background-color: #D51DB8;
}
.BgClassName
{
background-color: #D51DB8;
}
</style>
border-color css
<style>
span { border-color: #D51DB8; }
span { border-color: rgb(213,29,184); }
td.TdClassName
{
border-color: #D51DB8;
}
.TagClassName
{
border-color: #D51DB8;
}
</style>