Shades of Deep Magenta #D52BC7
Tints of Deep Magenta #D52BC7
RGB
CMYK
RGB Variations
Color information
#D52BC7 (or 0xD52BC7) is known color: Deep Magenta. HEX triplet: D5, 2B and C7. RGB value is (213,43,199). Sum of RGB (Red+Green+Blue) = 213+43+199=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BC7 is #2AD438. Grayscale: #6F6F6F. Windows color (decimal): -2806841 or 13052885. OLE color: 13052885.
HSL color Cylindrical-coordinate representation of color #D52BC7: hue angle of 304.94º 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 #D52BC7 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 199 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.16 |
| HSL | 304.94º | 0.67% | 0.5% | - |
| HSV(B) | 304.94º | 0.8% | 0.84% | - |
| XYZ | 38.61 | 20 | 55.86 | - |
| YUV | 111.61 | 177.32 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 199 | 0 | 0.80 | 0.07 | 0.16 | 304.94 | 0.67 | 0.5 |
| Hex | D5 | 2B | C7 | 0 | 50 | 7 | 10 | 131 | 43 | 32 |
| Octal | 325 | 53 | 307 | 0 | 120 | 7 | 20 | 461 | 103 | 62 |
| Binary | 11010101 | 101011 | 11000111 | 0 | 1010000 | 111 | 10000 | 100110001 | 1000011 | 110010 |
Color Harmonies of #D52BC7
Complementary color
Monochromatic Colors of #D52BC7
Black with #D52BC7
Text Example
Text Example
White with #D52BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BC7; }
p { color: rgb(213,43,199); }
H1.HeaderClassName
{
color: #D52BC7;
}
.AnyTagClassName
{
color: #D52BC7;
}
</style>
background-color css
<style>
a { background-color: #D52BC7; }
a { background-color: rgb(213,43,199); }
div.DivClassName
{
background-color: #D52BC7;
}
.BgClassName
{
background-color: #D52BC7;
}
</style>
border-color css
<style>
span { border-color: #D52BC7; }
span { border-color: rgb(213,43,199); }
td.TdClassName
{
border-color: #D52BC7;
}
.TagClassName
{
border-color: #D52BC7;
}
</style>