Shades of Deep Magenta #D525D4
Tints of Deep Magenta #D525D4
RGB
CMYK
RGB Variations
Color information
#D525D4 (or 0xD525D4) is known color: Deep Magenta. HEX triplet: D5, 25 and D4. RGB value is (213,37,212). Sum of RGB (Red+Green+Blue) = 213+37+212=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D525D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525D4 is #2ADA2B. Grayscale: #6D6D6D. Windows color (decimal): -2808364 or 13903317. OLE color: 13903317.
HSL color Cylindrical-coordinate representation of color #D525D4: hue angle of 300.34º 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 #D525D4 is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 212 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.16 |
| HSL | 300.34º | 0.7% | 0.49% | - |
| HSV(B) | 300.34º | 0.83% | 0.84% | - |
| XYZ | 39.99 | 20.22 | 64.08 | - |
| YUV | 109.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 212 | 0 | 0.83 | 0.00 | 0.16 | 300.34 | 0.7 | 0.49 |
| Hex | D5 | 25 | D4 | 0 | 53 | 0 | 10 | 12C | 46 | 31 |
| Octal | 325 | 45 | 324 | 0 | 123 | 0 | 20 | 454 | 106 | 61 |
| Binary | 11010101 | 100101 | 11010100 | 0 | 1010011 | 0 | 10000 | 100101100 | 1000110 | 110001 |
Color Harmonies of #D525D4
Complementary color
Monochromatic Colors of #D525D4
Black with #D525D4
Text Example
Text Example
White with #D525D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525D4; }
p { color: rgb(213,37,212); }
H1.HeaderClassName
{
color: #D525D4;
}
.AnyTagClassName
{
color: #D525D4;
}
</style>
background-color css
<style>
a { background-color: #D525D4; }
a { background-color: rgb(213,37,212); }
div.DivClassName
{
background-color: #D525D4;
}
.BgClassName
{
background-color: #D525D4;
}
</style>
border-color css
<style>
span { border-color: #D525D4; }
span { border-color: rgb(213,37,212); }
td.TdClassName
{
border-color: #D525D4;
}
.TagClassName
{
border-color: #D525D4;
}
</style>