Shades of Deep Magenta #D525D0
Tints of Deep Magenta #D525D0
RGB
CMYK
RGB Variations
Color information
#D525D0 (or 0xD525D0) is known color: Deep Magenta. HEX triplet: D5, 25 and D0. RGB value is (213,37,208). Sum of RGB (Red+Green+Blue) = 213+37+208=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D525D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525D0 is #2ADA2F. Grayscale: #6C6C6C. Windows color (decimal): -2808368 or 13641173. OLE color: 13641173.
HSL color Cylindrical-coordinate representation of color #D525D0: hue angle of 301.7º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525D0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 208 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.16 |
| HSL | 301.7º | 0.7% | 0.49% | - |
| HSV(B) | 301.7º | 0.83% | 0.84% | - |
| XYZ | 39.49 | 20.02 | 61.46 | - |
| YUV | 109.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 208 | 0 | 0.83 | 0.02 | 0.16 | 301.7 | 0.7 | 0.49 |
| Hex | D5 | 25 | D0 | 0 | 53 | 2 | 10 | 12E | 46 | 31 |
| Octal | 325 | 45 | 320 | 0 | 123 | 2 | 20 | 456 | 106 | 61 |
| Binary | 11010101 | 100101 | 11010000 | 0 | 1010011 | 10 | 10000 | 100101110 | 1000110 | 110001 |
Color Harmonies of #D525D0
Complementary color
Monochromatic Colors of #D525D0
Black with #D525D0
Text Example
Text Example
White with #D525D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525D0; }
p { color: rgb(213,37,208); }
H1.HeaderClassName
{
color: #D525D0;
}
.AnyTagClassName
{
color: #D525D0;
}
</style>
background-color css
<style>
a { background-color: #D525D0; }
a { background-color: rgb(213,37,208); }
div.DivClassName
{
background-color: #D525D0;
}
.BgClassName
{
background-color: #D525D0;
}
</style>
border-color css
<style>
span { border-color: #D525D0; }
span { border-color: rgb(213,37,208); }
td.TdClassName
{
border-color: #D525D0;
}
.TagClassName
{
border-color: #D525D0;
}
</style>