Shades of Deep Magenta #D527C0
Tints of Deep Magenta #D527C0
RGB
CMYK
RGB Variations
Color information
#D527C0 (or 0xD527C0) is known color: Deep Magenta. HEX triplet: D5, 27 and C0. RGB value is (213,39,192). Sum of RGB (Red+Green+Blue) = 213+39+192=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D527C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527C0 is #2AD83F. Grayscale: #6C6C6C. Windows color (decimal): -2807872 or 12593109. OLE color: 12593109.
HSL color Cylindrical-coordinate representation of color #D527C0: hue angle of 307.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527C0 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 192 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.16 |
| HSL | 307.24º | 0.69% | 0.49% | - |
| HSV(B) | 307.24º | 0.82% | 0.84% | - |
| XYZ | 37.68 | 19.4 | 51.63 | - |
| YUV | 108.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 192 | 0 | 0.82 | 0.10 | 0.16 | 307.24 | 0.69 | 0.49 |
| Hex | D5 | 27 | C0 | 0 | 52 | A | 10 | 133 | 45 | 31 |
| Octal | 325 | 47 | 300 | 0 | 122 | 12 | 20 | 463 | 105 | 61 |
| Binary | 11010101 | 100111 | 11000000 | 0 | 1010010 | 1010 | 10000 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D527C0
Complementary color
Monochromatic Colors of #D527C0
Black with #D527C0
Text Example
Text Example
White with #D527C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527C0; }
p { color: rgb(213,39,192); }
H1.HeaderClassName
{
color: #D527C0;
}
.AnyTagClassName
{
color: #D527C0;
}
</style>
background-color css
<style>
a { background-color: #D527C0; }
a { background-color: rgb(213,39,192); }
div.DivClassName
{
background-color: #D527C0;
}
.BgClassName
{
background-color: #D527C0;
}
</style>
border-color css
<style>
span { border-color: #D527C0; }
span { border-color: rgb(213,39,192); }
td.TdClassName
{
border-color: #D527C0;
}
.TagClassName
{
border-color: #D527C0;
}
</style>