Shades of Deep Magenta #D626DF
Tints of Deep Magenta #D626DF
RGB
CMYK
RGB Variations
Color information
#D626DF (or 0xD626DF) is known color: Deep Magenta. HEX triplet: D6, 26 and DF. RGB value is (214,38,223). Sum of RGB (Red+Green+Blue) = 214+38+223=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D626DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626DF is #29D920. Grayscale: #6F6F6F. Windows color (decimal): -2742561 or 14624470. OLE color: 14624470.
HSL color Cylindrical-coordinate representation of color #D626DF: hue angle of 297.08º 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 #D626DF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 38 | 223 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.13 |
| HSL | 297.08º | 0.74% | 0.51% | - |
| HSV(B) | 297.08º | 0.83% | 0.87% | - |
| XYZ | 41.74 | 21.01 | 71.67 | - |
| YUV | 111.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 223 | 0.04 | 0.83 | 0 | 0.13 | 297.08 | 0.74 | 0.51 |
| Hex | D6 | 26 | DF | 4 | 53 | 0 | D | 129 | 4A | 33 |
| Octal | 326 | 46 | 337 | 4 | 123 | 0 | 15 | 451 | 112 | 63 |
| Binary | 11010110 | 100110 | 11011111 | 100 | 1010011 | 0 | 1101 | 100101001 | 1001010 | 110011 |
Color Harmonies of #D626DF
Complementary color
Monochromatic Colors of #D626DF
Black with #D626DF
Text Example
Text Example
White with #D626DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626DF; }
p { color: rgb(214,38,223); }
H1.HeaderClassName
{
color: #D626DF;
}
.AnyTagClassName
{
color: #D626DF;
}
</style>
background-color css
<style>
a { background-color: #D626DF; }
a { background-color: rgb(214,38,223); }
div.DivClassName
{
background-color: #D626DF;
}
.BgClassName
{
background-color: #D626DF;
}
</style>
border-color css
<style>
span { border-color: #D626DF; }
span { border-color: rgb(214,38,223); }
td.TdClassName
{
border-color: #D626DF;
}
.TagClassName
{
border-color: #D626DF;
}
</style>