Shades of Deep Magenta #D829CD
Tints of Deep Magenta #D829CD
RGB
CMYK
RGB Variations
Color information
#D829CD (or 0xD829CD) is known color: Deep Magenta. HEX triplet: D8, 29 and CD. RGB value is (216,41,205). Sum of RGB (Red+Green+Blue) = 216+41+205=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D829CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829CD is #27D632. Grayscale: #6F6F6F. Windows color (decimal): -2610739 or 13445592. OLE color: 13445592.
HSL color Cylindrical-coordinate representation of color #D829CD: hue angle of 303.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829CD is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 205 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.15 |
| HSL | 303.77º | 0.69% | 0.5% | - |
| HSV(B) | 303.77º | 0.81% | 0.85% | - |
| XYZ | 40.13 | 20.59 | 59.62 | - |
| YUV | 112.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 205 | 0 | 0.81 | 0.05 | 0.15 | 303.77 | 0.69 | 0.5 |
| Hex | D8 | 29 | CD | 0 | 51 | 5 | F | 130 | 45 | 32 |
| Octal | 330 | 51 | 315 | 0 | 121 | 5 | 17 | 460 | 105 | 62 |
| Binary | 11011000 | 101001 | 11001101 | 0 | 1010001 | 101 | 1111 | 100110000 | 1000101 | 110010 |
Color Harmonies of #D829CD
Complementary color
Monochromatic Colors of #D829CD
Black with #D829CD
Text Example
Text Example
White with #D829CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829CD; }
p { color: rgb(216,41,205); }
H1.HeaderClassName
{
color: #D829CD;
}
.AnyTagClassName
{
color: #D829CD;
}
</style>
background-color css
<style>
a { background-color: #D829CD; }
a { background-color: rgb(216,41,205); }
div.DivClassName
{
background-color: #D829CD;
}
.BgClassName
{
background-color: #D829CD;
}
</style>
border-color css
<style>
span { border-color: #D829CD; }
span { border-color: rgb(216,41,205); }
td.TdClassName
{
border-color: #D829CD;
}
.TagClassName
{
border-color: #D829CD;
}
</style>