Shades of Deep Magenta #D927DC
Tints of Deep Magenta #D927DC
RGB
CMYK
RGB Variations
Color information
#D927DC (or 0xD927DC) is known color: Deep Magenta. HEX triplet: D9, 27 and DC. RGB value is (217,39,220). Sum of RGB (Red+Green+Blue) = 217+39+220=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #D927DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927DC is #26D823. Grayscale: #707070. Windows color (decimal): -2545700 or 14428121. OLE color: 14428121.
HSL color Cylindrical-coordinate representation of color #D927DC: hue angle of 299.01º 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 #D927DC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 39 | 220 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.14 |
| HSL | 299.01º | 0.72% | 0.51% | - |
| HSV(B) | 299.01º | 0.82% | 0.86% | - |
| XYZ | 42.26 | 21.37 | 69.61 | - |
| YUV | 112.86 | 188.47 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 220 | 0.01 | 0.82 | 0 | 0.14 | 299.01 | 0.72 | 0.51 |
| Hex | D9 | 27 | DC | 1 | 52 | 0 | E | 12B | 48 | 33 |
| Octal | 331 | 47 | 334 | 1 | 122 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011001 | 100111 | 11011100 | 1 | 1010010 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #D927DC
Complementary color
Monochromatic Colors of #D927DC
Black with #D927DC
Text Example
Text Example
White with #D927DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927DC; }
p { color: rgb(217,39,220); }
H1.HeaderClassName
{
color: #D927DC;
}
.AnyTagClassName
{
color: #D927DC;
}
</style>
background-color css
<style>
a { background-color: #D927DC; }
a { background-color: rgb(217,39,220); }
div.DivClassName
{
background-color: #D927DC;
}
.BgClassName
{
background-color: #D927DC;
}
</style>
border-color css
<style>
span { border-color: #D927DC; }
span { border-color: rgb(217,39,220); }
td.TdClassName
{
border-color: #D927DC;
}
.TagClassName
{
border-color: #D927DC;
}
</style>