Shades of Deep Magenta #D52BC9
Tints of Deep Magenta #D52BC9
RGB
CMYK
RGB Variations
Color information
#D52BC9 (or 0xD52BC9) is known color: Deep Magenta. HEX triplet: D5, 2B and C9. RGB value is (213,43,201). Sum of RGB (Red+Green+Blue) = 213+43+201=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BC9 is #2AD436. Grayscale: #6F6F6F. Windows color (decimal): -2806839 or 13183957. OLE color: 13183957.
HSL color Cylindrical-coordinate representation of color #D52BC9: hue angle of 304.24º 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 #D52BC9 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 201 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.16 |
| HSL | 304.24º | 0.67% | 0.5% | - |
| HSV(B) | 304.24º | 0.8% | 0.84% | - |
| XYZ | 38.85 | 20.09 | 57.09 | - |
| YUV | 111.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 201 | 0 | 0.80 | 0.06 | 0.16 | 304.24 | 0.67 | 0.5 |
| Hex | D5 | 2B | C9 | 0 | 50 | 6 | 10 | 130 | 43 | 32 |
| Octal | 325 | 53 | 311 | 0 | 120 | 6 | 20 | 460 | 103 | 62 |
| Binary | 11010101 | 101011 | 11001001 | 0 | 1010000 | 110 | 10000 | 100110000 | 1000011 | 110010 |
Color Harmonies of #D52BC9
Complementary color
Monochromatic Colors of #D52BC9
Black with #D52BC9
Text Example
Text Example
White with #D52BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BC9; }
p { color: rgb(213,43,201); }
H1.HeaderClassName
{
color: #D52BC9;
}
.AnyTagClassName
{
color: #D52BC9;
}
</style>
background-color css
<style>
a { background-color: #D52BC9; }
a { background-color: rgb(213,43,201); }
div.DivClassName
{
background-color: #D52BC9;
}
.BgClassName
{
background-color: #D52BC9;
}
</style>
border-color css
<style>
span { border-color: #D52BC9; }
span { border-color: rgb(213,43,201); }
td.TdClassName
{
border-color: #D52BC9;
}
.TagClassName
{
border-color: #D52BC9;
}
</style>