Shades of Deep Magenta #D629DF
Tints of Deep Magenta #D629DF
RGB
CMYK
RGB Variations
Color information
#D629DF (or 0xD629DF) is known color: Deep Magenta. HEX triplet: D6, 29 and DF. RGB value is (214,41,223). Sum of RGB (Red+Green+Blue) = 214+41+223=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #D629DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629DF is #29D620. Grayscale: #707070. Windows color (decimal): -2741793 or 14625238. OLE color: 14625238.
HSL color Cylindrical-coordinate representation of color #D629DF: hue angle of 297.03º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D629DF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 41 | 223 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.13 |
| HSL | 297.03º | 0.74% | 0.52% | - |
| HSV(B) | 297.03º | 0.82% | 0.87% | - |
| XYZ | 41.84 | 21.21 | 71.7 | - |
| YUV | 113.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 223 | 0.04 | 0.82 | 0 | 0.13 | 297.03 | 0.74 | 0.52 |
| Hex | D6 | 29 | DF | 4 | 52 | 0 | D | 129 | 4A | 34 |
| Octal | 326 | 51 | 337 | 4 | 122 | 0 | 15 | 451 | 112 | 64 |
| Binary | 11010110 | 101001 | 11011111 | 100 | 1010010 | 0 | 1101 | 100101001 | 1001010 | 110100 |
Color Harmonies of #D629DF
Complementary color
Monochromatic Colors of #D629DF
Black with #D629DF
Text Example
Text Example
White with #D629DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D629DF; }
p { color: rgb(214,41,223); }
H1.HeaderClassName
{
color: #D629DF;
}
.AnyTagClassName
{
color: #D629DF;
}
</style>
background-color css
<style>
a { background-color: #D629DF; }
a { background-color: rgb(214,41,223); }
div.DivClassName
{
background-color: #D629DF;
}
.BgClassName
{
background-color: #D629DF;
}
</style>
border-color css
<style>
span { border-color: #D629DF; }
span { border-color: rgb(214,41,223); }
td.TdClassName
{
border-color: #D629DF;
}
.TagClassName
{
border-color: #D629DF;
}
</style>