Shades of Deep Magenta #D927DF
Tints of Deep Magenta #D927DF
RGB
CMYK
RGB Variations
Color information
#D927DF (or 0xD927DF) is known color: Deep Magenta. HEX triplet: D9, 27 and DF. RGB value is (217,39,223). Sum of RGB (Red+Green+Blue) = 217+39+223=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D927DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927DF is #26D820. Grayscale: #707070. Windows color (decimal): -2545697 or 14624729. OLE color: 14624729.
HSL color Cylindrical-coordinate representation of color #D927DF: hue angle of 298.04º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D927DF is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 39 | 223 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.13 |
| HSL | 298.04º | 0.74% | 0.51% | - |
| HSV(B) | 298.04º | 0.83% | 0.87% | - |
| XYZ | 42.66 | 21.53 | 71.72 | - |
| YUV | 113.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 223 | 0.03 | 0.83 | 0 | 0.13 | 298.04 | 0.74 | 0.51 |
| Hex | D9 | 27 | DF | 3 | 53 | 0 | D | 12A | 4A | 33 |
| Octal | 331 | 47 | 337 | 3 | 123 | 0 | 15 | 452 | 112 | 63 |
| Binary | 11011001 | 100111 | 11011111 | 11 | 1010011 | 0 | 1101 | 100101010 | 1001010 | 110011 |
Color Harmonies of #D927DF
Complementary color
Monochromatic Colors of #D927DF
Black with #D927DF
Text Example
Text Example
White with #D927DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927DF; }
p { color: rgb(217,39,223); }
H1.HeaderClassName
{
color: #D927DF;
}
.AnyTagClassName
{
color: #D927DF;
}
</style>
background-color css
<style>
a { background-color: #D927DF; }
a { background-color: rgb(217,39,223); }
div.DivClassName
{
background-color: #D927DF;
}
.BgClassName
{
background-color: #D927DF;
}
</style>
border-color css
<style>
span { border-color: #D927DF; }
span { border-color: rgb(217,39,223); }
td.TdClassName
{
border-color: #D927DF;
}
.TagClassName
{
border-color: #D927DF;
}
</style>