Shades of Deep Magenta #D52CD0
Tints of Deep Magenta #D52CD0
RGB
CMYK
RGB Variations
Color information
#D52CD0 (or 0xD52CD0) is known color: Deep Magenta. HEX triplet: D5, 2C and D0. RGB value is (213,44,208). Sum of RGB (Red+Green+Blue) = 213+44+208=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CD0 is #2AD32F. Grayscale: #707070. Windows color (decimal): -2806576 or 13642965. OLE color: 13642965.
HSL color Cylindrical-coordinate representation of color #D52CD0: hue angle of 301.78º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CD0 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 208 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.16 |
| HSL | 301.78º | 0.67% | 0.5% | - |
| HSV(B) | 301.78º | 0.79% | 0.84% | - |
| XYZ | 39.73 | 20.5 | 61.54 | - |
| YUV | 113.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 208 | 0 | 0.79 | 0.02 | 0.16 | 301.78 | 0.67 | 0.5 |
| Hex | D5 | 2C | D0 | 0 | 4F | 2 | 10 | 12E | 43 | 32 |
| Octal | 325 | 54 | 320 | 0 | 117 | 2 | 20 | 456 | 103 | 62 |
| Binary | 11010101 | 101100 | 11010000 | 0 | 1001111 | 10 | 10000 | 100101110 | 1000011 | 110010 |
Color Harmonies of #D52CD0
Complementary color
Monochromatic Colors of #D52CD0
Black with #D52CD0
Text Example
Text Example
White with #D52CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CD0; }
p { color: rgb(213,44,208); }
H1.HeaderClassName
{
color: #D52CD0;
}
.AnyTagClassName
{
color: #D52CD0;
}
</style>
background-color css
<style>
a { background-color: #D52CD0; }
a { background-color: rgb(213,44,208); }
div.DivClassName
{
background-color: #D52CD0;
}
.BgClassName
{
background-color: #D52CD0;
}
</style>
border-color css
<style>
span { border-color: #D52CD0; }
span { border-color: rgb(213,44,208); }
td.TdClassName
{
border-color: #D52CD0;
}
.TagClassName
{
border-color: #D52CD0;
}
</style>