Shades of Deep Magenta #D029DF
Tints of Deep Magenta #D029DF
RGB
CMYK
RGB Variations
Color information
#D029DF (or 0xD029DF) is known color: Deep Magenta. HEX triplet: D0, 29 and DF. RGB value is (208,41,223). Sum of RGB (Red+Green+Blue) = 208+41+223=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #D029DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D029DF is #2FD620. Grayscale: #6F6F6F. Windows color (decimal): -3135009 or 14625232. OLE color: 14625232.
HSL color Cylindrical-coordinate representation of color #D029DF: hue angle of 295.05º 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 #D029DF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 41 | 223 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.13 |
| HSL | 295.06º | 0.74% | 0.52% | - |
| HSV(B) | 295.06º | 0.82% | 0.87% | - |
| XYZ | 40.12 | 20.32 | 71.62 | - |
| YUV | 111.68 | 190.83 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 223 | 0.07 | 0.82 | 0 | 0.13 | 295.06 | 0.74 | 0.52 |
| Hex | D0 | 29 | DF | 7 | 52 | 0 | D | 127 | 4A | 34 |
| Octal | 320 | 51 | 337 | 7 | 122 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010000 | 101001 | 11011111 | 111 | 1010010 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D029DF
Complementary color
Monochromatic Colors of #D029DF
Black with #D029DF
Text Example
Text Example
White with #D029DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D029DF; }
p { color: rgb(208,41,223); }
H1.HeaderClassName
{
color: #D029DF;
}
.AnyTagClassName
{
color: #D029DF;
}
</style>
background-color css
<style>
a { background-color: #D029DF; }
a { background-color: rgb(208,41,223); }
div.DivClassName
{
background-color: #D029DF;
}
.BgClassName
{
background-color: #D029DF;
}
</style>
border-color css
<style>
span { border-color: #D029DF; }
span { border-color: rgb(208,41,223); }
td.TdClassName
{
border-color: #D029DF;
}
.TagClassName
{
border-color: #D029DF;
}
</style>