Shades of Deep Magenta #D527D4
Tints of Deep Magenta #D527D4
RGB
CMYK
RGB Variations
Color information
#D527D4 (or 0xD527D4) is known color: Deep Magenta. HEX triplet: D5, 27 and D4. RGB value is (213,39,212). Sum of RGB (Red+Green+Blue) = 213+39+212=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D527D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527D4 is #2AD82B. Grayscale: #6E6E6E. Windows color (decimal): -2807852 or 13903829. OLE color: 13903829.
HSL color Cylindrical-coordinate representation of color #D527D4: hue angle of 300.34º 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 #D527D4 is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 212 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.16 |
| HSL | 300.34º | 0.69% | 0.49% | - |
| HSV(B) | 300.34º | 0.82% | 0.84% | - |
| XYZ | 40.05 | 20.35 | 64.1 | - |
| YUV | 110.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 212 | 0 | 0.82 | 0.00 | 0.16 | 300.34 | 0.69 | 0.49 |
| Hex | D5 | 27 | D4 | 0 | 52 | 0 | 10 | 12C | 45 | 31 |
| Octal | 325 | 47 | 324 | 0 | 122 | 0 | 20 | 454 | 105 | 61 |
| Binary | 11010101 | 100111 | 11010100 | 0 | 1010010 | 0 | 10000 | 100101100 | 1000101 | 110001 |
Color Harmonies of #D527D4
Complementary color
Monochromatic Colors of #D527D4
Black with #D527D4
Text Example
Text Example
White with #D527D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527D4; }
p { color: rgb(213,39,212); }
H1.HeaderClassName
{
color: #D527D4;
}
.AnyTagClassName
{
color: #D527D4;
}
</style>
background-color css
<style>
a { background-color: #D527D4; }
a { background-color: rgb(213,39,212); }
div.DivClassName
{
background-color: #D527D4;
}
.BgClassName
{
background-color: #D527D4;
}
</style>
border-color css
<style>
span { border-color: #D527D4; }
span { border-color: rgb(213,39,212); }
td.TdClassName
{
border-color: #D527D4;
}
.TagClassName
{
border-color: #D527D4;
}
</style>