Shades of Deep Magenta #D527DC
Tints of Deep Magenta #D527DC
RGB
CMYK
RGB Variations
Color information
#D527DC (or 0xD527DC) is known color: Deep Magenta. HEX triplet: D5, 27 and DC. RGB value is (213,39,220). Sum of RGB (Red+Green+Blue) = 213+39+220=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #D527DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D527DC is #2AD823. Grayscale: #6F6F6F. Windows color (decimal): -2807844 or 14428117. OLE color: 14428117.
HSL color Cylindrical-coordinate representation of color #D527DC: hue angle of 297.68º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527DC is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 39 | 220 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.14 |
| HSL | 297.68º | 0.72% | 0.51% | - |
| HSV(B) | 297.68º | 0.82% | 0.86% | - |
| XYZ | 41.08 | 20.76 | 69.55 | - |
| YUV | 111.66 | 189.15 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 220 | 0.03 | 0.82 | 0 | 0.14 | 297.68 | 0.72 | 0.51 |
| Hex | D5 | 27 | DC | 3 | 52 | 0 | E | 12A | 48 | 33 |
| Octal | 325 | 47 | 334 | 3 | 122 | 0 | 16 | 452 | 110 | 63 |
| Binary | 11010101 | 100111 | 11011100 | 11 | 1010010 | 0 | 1110 | 100101010 | 1001000 | 110011 |
Color Harmonies of #D527DC
Complementary color
Monochromatic Colors of #D527DC
Black with #D527DC
Text Example
Text Example
White with #D527DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527DC; }
p { color: rgb(213,39,220); }
H1.HeaderClassName
{
color: #D527DC;
}
.AnyTagClassName
{
color: #D527DC;
}
</style>
background-color css
<style>
a { background-color: #D527DC; }
a { background-color: rgb(213,39,220); }
div.DivClassName
{
background-color: #D527DC;
}
.BgClassName
{
background-color: #D527DC;
}
</style>
border-color css
<style>
span { border-color: #D527DC; }
span { border-color: rgb(213,39,220); }
td.TdClassName
{
border-color: #D527DC;
}
.TagClassName
{
border-color: #D527DC;
}
</style>