Shades of Deep Magenta #D627DF
Tints of Deep Magenta #D627DF
RGB
CMYK
RGB Variations
Color information
#D627DF (or 0xD627DF) is known color: Deep Magenta. HEX triplet: D6, 27 and DF. RGB value is (214,39,223). Sum of RGB (Red+Green+Blue) = 214+39+223=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D627DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627DF is #29D820. Grayscale: #6F6F6F. Windows color (decimal): -2742305 or 14624726. OLE color: 14624726.
HSL color Cylindrical-coordinate representation of color #D627DF: hue angle of 297.07º 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 #D627DF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 39 | 223 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.13 |
| HSL | 297.07º | 0.74% | 0.51% | - |
| HSV(B) | 297.07º | 0.83% | 0.87% | - |
| XYZ | 41.78 | 21.07 | 71.68 | - |
| YUV | 112.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 223 | 0.04 | 0.83 | 0 | 0.13 | 297.07 | 0.74 | 0.51 |
| Hex | D6 | 27 | DF | 4 | 53 | 0 | D | 129 | 4A | 33 |
| Octal | 326 | 47 | 337 | 4 | 123 | 0 | 15 | 451 | 112 | 63 |
| Binary | 11010110 | 100111 | 11011111 | 100 | 1010011 | 0 | 1101 | 100101001 | 1001010 | 110011 |
Color Harmonies of #D627DF
Complementary color
Monochromatic Colors of #D627DF
Black with #D627DF
Text Example
Text Example
White with #D627DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627DF; }
p { color: rgb(214,39,223); }
H1.HeaderClassName
{
color: #D627DF;
}
.AnyTagClassName
{
color: #D627DF;
}
</style>
background-color css
<style>
a { background-color: #D627DF; }
a { background-color: rgb(214,39,223); }
div.DivClassName
{
background-color: #D627DF;
}
.BgClassName
{
background-color: #D627DF;
}
</style>
border-color css
<style>
span { border-color: #D627DF; }
span { border-color: rgb(214,39,223); }
td.TdClassName
{
border-color: #D627DF;
}
.TagClassName
{
border-color: #D627DF;
}
</style>