Shades of Deep Magenta #D51DBB
Tints of Deep Magenta #D51DBB
RGB
CMYK
RGB Variations
Color information
#D51DBB (or 0xD51DBB) is known color: Deep Magenta. HEX triplet: D5, 1D and BB. RGB value is (213,29,187). Sum of RGB (Red+Green+Blue) = 213+29+187=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DBB is #2AE244. Grayscale: #656565. Windows color (decimal): -2810437 or 12262869. OLE color: 12262869.
HSL color Cylindrical-coordinate representation of color #D51DBB: hue angle of 308.48º 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 #D51DBB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 187 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.16 |
| HSL | 308.48º | 0.76% | 0.47% | - |
| HSV(B) | 308.48º | 0.86% | 0.84% | - |
| XYZ | 36.85 | 18.61 | 48.66 | - |
| YUV | 102.03 | 175.96 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 187 | 0 | 0.86 | 0.12 | 0.16 | 308.48 | 0.76 | 0.47 |
| Hex | D5 | 1D | BB | 0 | 56 | C | 10 | 134 | 4C | 2F |
| Octal | 325 | 35 | 273 | 0 | 126 | 14 | 20 | 464 | 114 | 57 |
| Binary | 11010101 | 11101 | 10111011 | 0 | 1010110 | 1100 | 10000 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D51DBB
Complementary color
Monochromatic Colors of #D51DBB
Black with #D51DBB
Text Example
Text Example
White with #D51DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DBB; }
p { color: rgb(213,29,187); }
H1.HeaderClassName
{
color: #D51DBB;
}
.AnyTagClassName
{
color: #D51DBB;
}
</style>
background-color css
<style>
a { background-color: #D51DBB; }
a { background-color: rgb(213,29,187); }
div.DivClassName
{
background-color: #D51DBB;
}
.BgClassName
{
background-color: #D51DBB;
}
</style>
border-color css
<style>
span { border-color: #D51DBB; }
span { border-color: rgb(213,29,187); }
td.TdClassName
{
border-color: #D51DBB;
}
.TagClassName
{
border-color: #D51DBB;
}
</style>