Shades of Deep Magenta #D52BCD
Tints of Deep Magenta #D52BCD
RGB
CMYK
RGB Variations
Color information
#D52BCD (or 0xD52BCD) is known color: Deep Magenta. HEX triplet: D5, 2B and CD. RGB value is (213,43,205). Sum of RGB (Red+Green+Blue) = 213+43+205=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BCD is #2AD432. Grayscale: #6F6F6F. Windows color (decimal): -2806835 or 13446101. OLE color: 13446101.
HSL color Cylindrical-coordinate representation of color #D52BCD: hue angle of 302.82º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52BCD is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 205 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.16 |
| HSL | 302.82º | 0.67% | 0.5% | - |
| HSV(B) | 302.82º | 0.8% | 0.84% | - |
| XYZ | 39.32 | 20.28 | 59.6 | - |
| YUV | 112.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 205 | 0 | 0.80 | 0.04 | 0.16 | 302.82 | 0.67 | 0.5 |
| Hex | D5 | 2B | CD | 0 | 50 | 4 | 10 | 12F | 43 | 32 |
| Octal | 325 | 53 | 315 | 0 | 120 | 4 | 20 | 457 | 103 | 62 |
| Binary | 11010101 | 101011 | 11001101 | 0 | 1010000 | 100 | 10000 | 100101111 | 1000011 | 110010 |
Color Harmonies of #D52BCD
Complementary color
Monochromatic Colors of #D52BCD
Black with #D52BCD
Text Example
Text Example
White with #D52BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BCD; }
p { color: rgb(213,43,205); }
H1.HeaderClassName
{
color: #D52BCD;
}
.AnyTagClassName
{
color: #D52BCD;
}
</style>
background-color css
<style>
a { background-color: #D52BCD; }
a { background-color: rgb(213,43,205); }
div.DivClassName
{
background-color: #D52BCD;
}
.BgClassName
{
background-color: #D52BCD;
}
</style>
border-color css
<style>
span { border-color: #D52BCD; }
span { border-color: rgb(213,43,205); }
td.TdClassName
{
border-color: #D52BCD;
}
.TagClassName
{
border-color: #D52BCD;
}
</style>