Shades of Deep Magenta #D51BE5
Tints of Deep Magenta #D51BE5
RGB
CMYK
RGB Variations
Color information
#D51BE5 (or 0xD51BE5) is known color: Deep Magenta. HEX triplet: D5, 1B and E5. RGB value is (213,27,229). Sum of RGB (Red+Green+Blue) = 213+27+229=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #D51BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BE5 is #2AE41A. Grayscale: #696969. Windows color (decimal): -2810907 or 15014869. OLE color: 15014869.
HSL color Cylindrical-coordinate representation of color #D51BE5: hue angle of 295.25º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51BE5 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 27 | 229 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.10 |
| HSL | 295.25º | 0.8% | 0.5% | - |
| HSV(B) | 295.25º | 0.88% | 0.9% | - |
| XYZ | 41.98 | 20.59 | 75.89 | - |
| YUV | 105.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 229 | 0.07 | 0.88 | 0 | 0.10 | 295.25 | 0.8 | 0.5 |
| Hex | D5 | 1B | E5 | 7 | 58 | 0 | A | 127 | 50 | 32 |
| Octal | 325 | 33 | 345 | 7 | 130 | 0 | 12 | 447 | 120 | 62 |
| Binary | 11010101 | 11011 | 11100101 | 111 | 1011000 | 0 | 1010 | 100100111 | 1010000 | 110010 |
Color Harmonies of #D51BE5
Complementary color
Monochromatic Colors of #D51BE5
Black with #D51BE5
Text Example
Text Example
White with #D51BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BE5; }
p { color: rgb(213,27,229); }
H1.HeaderClassName
{
color: #D51BE5;
}
.AnyTagClassName
{
color: #D51BE5;
}
</style>
background-color css
<style>
a { background-color: #D51BE5; }
a { background-color: rgb(213,27,229); }
div.DivClassName
{
background-color: #D51BE5;
}
.BgClassName
{
background-color: #D51BE5;
}
</style>
border-color css
<style>
span { border-color: #D51BE5; }
span { border-color: rgb(213,27,229); }
td.TdClassName
{
border-color: #D51BE5;
}
.TagClassName
{
border-color: #D51BE5;
}
</style>