Shades of Deep Magenta #D51BD2
Tints of Deep Magenta #D51BD2
RGB
CMYK
RGB Variations
Color information
#D51BD2 (or 0xD51BD2) is known color: Deep Magenta. HEX triplet: D5, 1B and D2. RGB value is (213,27,210). Sum of RGB (Red+Green+Blue) = 213+27+210=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BD2 is #2AE42D. Grayscale: #666666. Windows color (decimal): -2810926 or 13769685. OLE color: 13769685.
HSL color Cylindrical-coordinate representation of color #D51BD2: hue angle of 300.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51BD2 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 210 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.16 |
| HSL | 300.97º | 0.78% | 0.47% | - |
| HSV(B) | 300.97º | 0.87% | 0.84% | - |
| XYZ | 39.47 | 19.58 | 62.67 | - |
| YUV | 103.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 210 | 0 | 0.87 | 0.01 | 0.16 | 300.97 | 0.78 | 0.47 |
| Hex | D5 | 1B | D2 | 0 | 57 | 1 | 10 | 12D | 4E | 2F |
| Octal | 325 | 33 | 322 | 0 | 127 | 1 | 20 | 455 | 116 | 57 |
| Binary | 11010101 | 11011 | 11010010 | 0 | 1010111 | 1 | 10000 | 100101101 | 1001110 | 101111 |
Color Harmonies of #D51BD2
Complementary color
Monochromatic Colors of #D51BD2
Black with #D51BD2
Text Example
Text Example
White with #D51BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BD2; }
p { color: rgb(213,27,210); }
H1.HeaderClassName
{
color: #D51BD2;
}
.AnyTagClassName
{
color: #D51BD2;
}
</style>
background-color css
<style>
a { background-color: #D51BD2; }
a { background-color: rgb(213,27,210); }
div.DivClassName
{
background-color: #D51BD2;
}
.BgClassName
{
background-color: #D51BD2;
}
</style>
border-color css
<style>
span { border-color: #D51BD2; }
span { border-color: rgb(213,27,210); }
td.TdClassName
{
border-color: #D51BD2;
}
.TagClassName
{
border-color: #D51BD2;
}
</style>