Shades of Deep Magenta #D727DF
Tints of Deep Magenta #D727DF
RGB
CMYK
RGB Variations
Color information
#D727DF (or 0xD727DF) is known color: Deep Magenta. HEX triplet: D7, 27 and DF. RGB value is (215,39,223). Sum of RGB (Red+Green+Blue) = 215+39+223=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #D727DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727DF is #28D820. Grayscale: #707070. Windows color (decimal): -2676769 or 14624727. OLE color: 14624727.
HSL color Cylindrical-coordinate representation of color #D727DF: hue angle of 297.39º 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 #D727DF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 39 | 223 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.13 |
| HSL | 297.39º | 0.74% | 0.51% | - |
| HSV(B) | 297.39º | 0.83% | 0.87% | - |
| XYZ | 42.07 | 21.23 | 71.69 | - |
| YUV | 112.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 223 | 0.04 | 0.83 | 0 | 0.13 | 297.39 | 0.74 | 0.51 |
| Hex | D7 | 27 | DF | 4 | 53 | 0 | D | 129 | 4A | 33 |
| Octal | 327 | 47 | 337 | 4 | 123 | 0 | 15 | 451 | 112 | 63 |
| Binary | 11010111 | 100111 | 11011111 | 100 | 1010011 | 0 | 1101 | 100101001 | 1001010 | 110011 |
Color Harmonies of #D727DF
Complementary color
Monochromatic Colors of #D727DF
Black with #D727DF
Text Example
Text Example
White with #D727DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727DF; }
p { color: rgb(215,39,223); }
H1.HeaderClassName
{
color: #D727DF;
}
.AnyTagClassName
{
color: #D727DF;
}
</style>
background-color css
<style>
a { background-color: #D727DF; }
a { background-color: rgb(215,39,223); }
div.DivClassName
{
background-color: #D727DF;
}
.BgClassName
{
background-color: #D727DF;
}
</style>
border-color css
<style>
span { border-color: #D727DF; }
span { border-color: rgb(215,39,223); }
td.TdClassName
{
border-color: #D727DF;
}
.TagClassName
{
border-color: #D727DF;
}
</style>