Shades of Deep Magenta #D51DDB
Tints of Deep Magenta #D51DDB
RGB
CMYK
RGB Variations
Color information
#D51DDB (or 0xD51DDB) is known color: Deep Magenta. HEX triplet: D5, 1D and DB. RGB value is (213,29,219). Sum of RGB (Red+Green+Blue) = 213+29+219=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #D51DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DDB is #2AE224. Grayscale: #696969. Windows color (decimal): -2810405 or 14360021. OLE color: 14360021.
HSL color Cylindrical-coordinate representation of color #D51DDB: hue angle of 298.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51DDB is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 29 | 219 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.14 |
| HSL | 298.11º | 0.77% | 0.49% | - |
| HSV(B) | 298.11º | 0.87% | 0.86% | - |
| XYZ | 40.67 | 20.14 | 68.76 | - |
| YUV | 105.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 219 | 0.03 | 0.87 | 0 | 0.14 | 298.11 | 0.77 | 0.49 |
| Hex | D5 | 1D | DB | 3 | 57 | 0 | E | 12A | 4D | 31 |
| Octal | 325 | 35 | 333 | 3 | 127 | 0 | 16 | 452 | 115 | 61 |
| Binary | 11010101 | 11101 | 11011011 | 11 | 1010111 | 0 | 1110 | 100101010 | 1001101 | 110001 |
Color Harmonies of #D51DDB
Complementary color
Monochromatic Colors of #D51DDB
Black with #D51DDB
Text Example
Text Example
White with #D51DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DDB; }
p { color: rgb(213,29,219); }
H1.HeaderClassName
{
color: #D51DDB;
}
.AnyTagClassName
{
color: #D51DDB;
}
</style>
background-color css
<style>
a { background-color: #D51DDB; }
a { background-color: rgb(213,29,219); }
div.DivClassName
{
background-color: #D51DDB;
}
.BgClassName
{
background-color: #D51DDB;
}
</style>
border-color css
<style>
span { border-color: #D51DDB; }
span { border-color: rgb(213,29,219); }
td.TdClassName
{
border-color: #D51DDB;
}
.TagClassName
{
border-color: #D51DDB;
}
</style>