Shades of Deep Magenta #D52BDF
Tints of Deep Magenta #D52BDF
RGB
CMYK
RGB Variations
Color information
#D52BDF (or 0xD52BDF) is known color: Deep Magenta. HEX triplet: D5, 2B and DF. RGB value is (213,43,223). Sum of RGB (Red+Green+Blue) = 213+43+223=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D52BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BDF is #2AD420. Grayscale: #717171. Windows color (decimal): -2806817 or 14625749. OLE color: 14625749.
HSL color Cylindrical-coordinate representation of color #D52BDF: hue angle of 296.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52BDF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 43 | 223 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 296.67º | 0.74% | 0.52% | - |
| HSV(B) | 296.67º | 0.81% | 0.87% | - |
| XYZ | 41.62 | 21.2 | 71.71 | - |
| YUV | 114.35 | 189.32 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 223 | 0.04 | 0.81 | 0 | 0.13 | 296.67 | 0.74 | 0.52 |
| Hex | D5 | 2B | DF | 4 | 51 | 0 | D | 129 | 4A | 34 |
| Octal | 325 | 53 | 337 | 4 | 121 | 0 | 15 | 451 | 112 | 64 |
| Binary | 11010101 | 101011 | 11011111 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001010 | 110100 |
Color Harmonies of #D52BDF
Complementary color
Monochromatic Colors of #D52BDF
Black with #D52BDF
Text Example
Text Example
White with #D52BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BDF; }
p { color: rgb(213,43,223); }
H1.HeaderClassName
{
color: #D52BDF;
}
.AnyTagClassName
{
color: #D52BDF;
}
</style>
background-color css
<style>
a { background-color: #D52BDF; }
a { background-color: rgb(213,43,223); }
div.DivClassName
{
background-color: #D52BDF;
}
.BgClassName
{
background-color: #D52BDF;
}
</style>
border-color css
<style>
span { border-color: #D52BDF; }
span { border-color: rgb(213,43,223); }
td.TdClassName
{
border-color: #D52BDF;
}
.TagClassName
{
border-color: #D52BDF;
}
</style>