Shades of Deep Magenta #D52BCE
Tints of Deep Magenta #D52BCE
RGB
CMYK
RGB Variations
Color information
#D52BCE (or 0xD52BCE) is known color: Deep Magenta. HEX triplet: D5, 2B and CE. RGB value is (213,43,206). Sum of RGB (Red+Green+Blue) = 213+43+206=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D52BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52BCE is #2AD431. Grayscale: #6F6F6F. Windows color (decimal): -2806834 or 13511637. OLE color: 13511637.
HSL color Cylindrical-coordinate representation of color #D52BCE: hue angle of 302.47º 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 #D52BCE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 206 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.16 |
| HSL | 302.47º | 0.67% | 0.5% | - |
| HSV(B) | 302.47º | 0.8% | 0.84% | - |
| XYZ | 39.45 | 20.33 | 60.24 | - |
| YUV | 112.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 206 | 0 | 0.80 | 0.03 | 0.16 | 302.47 | 0.67 | 0.5 |
| Hex | D5 | 2B | CE | 0 | 50 | 3 | 10 | 12E | 43 | 32 |
| Octal | 325 | 53 | 316 | 0 | 120 | 3 | 20 | 456 | 103 | 62 |
| Binary | 11010101 | 101011 | 11001110 | 0 | 1010000 | 11 | 10000 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D52BCE
Complementary color
Monochromatic Colors of #D52BCE
Black with #D52BCE
Text Example
Text Example
White with #D52BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BCE; }
p { color: rgb(213,43,206); }
H1.HeaderClassName
{
color: #D52BCE;
}
.AnyTagClassName
{
color: #D52BCE;
}
</style>
background-color css
<style>
a { background-color: #D52BCE; }
a { background-color: rgb(213,43,206); }
div.DivClassName
{
background-color: #D52BCE;
}
.BgClassName
{
background-color: #D52BCE;
}
</style>
border-color css
<style>
span { border-color: #D52BCE; }
span { border-color: rgb(213,43,206); }
td.TdClassName
{
border-color: #D52BCE;
}
.TagClassName
{
border-color: #D52BCE;
}
</style>