Shades of Deep Magenta #D029DA
Tints of Deep Magenta #D029DA
RGB
CMYK
RGB Variations
Color information
#D029DA (or 0xD029DA) is known color: Deep Magenta. HEX triplet: D0, 29 and DA. RGB value is (208,41,218). Sum of RGB (Red+Green+Blue) = 208+41+218=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #D029DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D029DA is #2FD625. Grayscale: #6E6E6E. Windows color (decimal): -3135014 or 14297552. OLE color: 14297552.
HSL color Cylindrical-coordinate representation of color #D029DA: hue angle of 296.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D029DA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 41 | 218 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.15 |
| HSL | 296.61º | 0.71% | 0.51% | - |
| HSV(B) | 296.61º | 0.81% | 0.85% | - |
| XYZ | 39.46 | 20.06 | 68.12 | - |
| YUV | 111.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 218 | 0.05 | 0.81 | 0 | 0.15 | 296.61 | 0.71 | 0.51 |
| Hex | D0 | 29 | DA | 5 | 51 | 0 | F | 129 | 47 | 33 |
| Octal | 320 | 51 | 332 | 5 | 121 | 0 | 17 | 451 | 107 | 63 |
| Binary | 11010000 | 101001 | 11011010 | 101 | 1010001 | 0 | 1111 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D029DA
Complementary color
Monochromatic Colors of #D029DA
Black with #D029DA
Text Example
Text Example
White with #D029DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D029DA; }
p { color: rgb(208,41,218); }
H1.HeaderClassName
{
color: #D029DA;
}
.AnyTagClassName
{
color: #D029DA;
}
</style>
background-color css
<style>
a { background-color: #D029DA; }
a { background-color: rgb(208,41,218); }
div.DivClassName
{
background-color: #D029DA;
}
.BgClassName
{
background-color: #D029DA;
}
</style>
border-color css
<style>
span { border-color: #D029DA; }
span { border-color: rgb(208,41,218); }
td.TdClassName
{
border-color: #D029DA;
}
.TagClassName
{
border-color: #D029DA;
}
</style>