Shades of Deep Magenta #D51BCD
Tints of Deep Magenta #D51BCD
RGB
CMYK
RGB Variations
Color information
#D51BCD (or 0xD51BCD) is known color: Deep Magenta. HEX triplet: D5, 1B and CD. RGB value is (213,27,205). Sum of RGB (Red+Green+Blue) = 213+27+205=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BCD is #2AE432. Grayscale: #666666. Windows color (decimal): -2810931 or 13442005. OLE color: 13442005.
HSL color Cylindrical-coordinate representation of color #D51BCD: hue angle of 302.58º 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 #D51BCD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 205 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.16 |
| HSL | 302.58º | 0.78% | 0.47% | - |
| HSV(B) | 302.58º | 0.87% | 0.84% | - |
| XYZ | 38.85 | 19.34 | 59.44 | - |
| YUV | 102.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 205 | 0 | 0.87 | 0.04 | 0.16 | 302.58 | 0.78 | 0.47 |
| Hex | D5 | 1B | CD | 0 | 57 | 4 | 10 | 12F | 4E | 2F |
| Octal | 325 | 33 | 315 | 0 | 127 | 4 | 20 | 457 | 116 | 57 |
| Binary | 11010101 | 11011 | 11001101 | 0 | 1010111 | 100 | 10000 | 100101111 | 1001110 | 101111 |
Color Harmonies of #D51BCD
Complementary color
Monochromatic Colors of #D51BCD
Black with #D51BCD
Text Example
Text Example
White with #D51BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BCD; }
p { color: rgb(213,27,205); }
H1.HeaderClassName
{
color: #D51BCD;
}
.AnyTagClassName
{
color: #D51BCD;
}
</style>
background-color css
<style>
a { background-color: #D51BCD; }
a { background-color: rgb(213,27,205); }
div.DivClassName
{
background-color: #D51BCD;
}
.BgClassName
{
background-color: #D51BCD;
}
</style>
border-color css
<style>
span { border-color: #D51BCD; }
span { border-color: rgb(213,27,205); }
td.TdClassName
{
border-color: #D51BCD;
}
.TagClassName
{
border-color: #D51BCD;
}
</style>