Shades of Deep Magenta #D52BE3
Tints of Deep Magenta #D52BE3
RGB
CMYK
RGB Variations
Color information
#D52BE3 (or 0xD52BE3) is known color: Deep Magenta. HEX triplet: D5, 2B and E3. RGB value is (213,43,227). Sum of RGB (Red+Green+Blue) = 213+43+227=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #D52BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BE3 is #2AD41C. Grayscale: #727272. Windows color (decimal): -2806813 or 14887893. OLE color: 14887893.
HSL color Cylindrical-coordinate representation of color #D52BE3: hue angle of 295.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52BE3 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 43 | 227 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.11 |
| HSL | 295.43º | 0.77% | 0.53% | - |
| HSV(B) | 295.43º | 0.81% | 0.89% | - |
| XYZ | 42.17 | 21.42 | 74.58 | - |
| YUV | 114.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 227 | 0.06 | 0.81 | 0 | 0.11 | 295.43 | 0.77 | 0.53 |
| Hex | D5 | 2B | E3 | 6 | 51 | 0 | B | 127 | 4D | 35 |
| Octal | 325 | 53 | 343 | 6 | 121 | 0 | 13 | 447 | 115 | 65 |
| Binary | 11010101 | 101011 | 11100011 | 110 | 1010001 | 0 | 1011 | 100100111 | 1001101 | 110101 |
Color Harmonies of #D52BE3
Complementary color
Monochromatic Colors of #D52BE3
Black with #D52BE3
Text Example
Text Example
White with #D52BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BE3; }
p { color: rgb(213,43,227); }
H1.HeaderClassName
{
color: #D52BE3;
}
.AnyTagClassName
{
color: #D52BE3;
}
</style>
background-color css
<style>
a { background-color: #D52BE3; }
a { background-color: rgb(213,43,227); }
div.DivClassName
{
background-color: #D52BE3;
}
.BgClassName
{
background-color: #D52BE3;
}
</style>
border-color css
<style>
span { border-color: #D52BE3; }
span { border-color: rgb(213,43,227); }
td.TdClassName
{
border-color: #D52BE3;
}
.TagClassName
{
border-color: #D52BE3;
}
</style>