Shades of Deep Magenta #D52BCA
Tints of Deep Magenta #D52BCA
RGB
CMYK
RGB Variations
Color information
#D52BCA (or 0xD52BCA) is known color: Deep Magenta. HEX triplet: D5, 2B and CA. RGB value is (213,43,202). Sum of RGB (Red+Green+Blue) = 213+43+202=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BCA is #2AD435. Grayscale: #6F6F6F. Windows color (decimal): -2806838 or 13249493. OLE color: 13249493.
HSL color Cylindrical-coordinate representation of color #D52BCA: hue angle of 303.88º 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 #D52BCA is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 202 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.16 |
| HSL | 303.88º | 0.67% | 0.5% | - |
| HSV(B) | 303.88º | 0.8% | 0.84% | - |
| XYZ | 38.97 | 20.14 | 57.71 | - |
| YUV | 111.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 202 | 0 | 0.80 | 0.05 | 0.16 | 303.88 | 0.67 | 0.5 |
| Hex | D5 | 2B | CA | 0 | 50 | 5 | 10 | 130 | 43 | 32 |
| Octal | 325 | 53 | 312 | 0 | 120 | 5 | 20 | 460 | 103 | 62 |
| Binary | 11010101 | 101011 | 11001010 | 0 | 1010000 | 101 | 10000 | 100110000 | 1000011 | 110010 |
Color Harmonies of #D52BCA
Complementary color
Monochromatic Colors of #D52BCA
Black with #D52BCA
Text Example
Text Example
White with #D52BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BCA; }
p { color: rgb(213,43,202); }
H1.HeaderClassName
{
color: #D52BCA;
}
.AnyTagClassName
{
color: #D52BCA;
}
</style>
background-color css
<style>
a { background-color: #D52BCA; }
a { background-color: rgb(213,43,202); }
div.DivClassName
{
background-color: #D52BCA;
}
.BgClassName
{
background-color: #D52BCA;
}
</style>
border-color css
<style>
span { border-color: #D52BCA; }
span { border-color: rgb(213,43,202); }
td.TdClassName
{
border-color: #D52BCA;
}
.TagClassName
{
border-color: #D52BCA;
}
</style>