Shades of Deep Magenta #D229DC
Tints of Deep Magenta #D229DC
RGB
CMYK
RGB Variations
Color information
#D229DC (or 0xD229DC) is known color: Deep Magenta. HEX triplet: D2, 29 and DC. RGB value is (210,41,220). Sum of RGB (Red+Green+Blue) = 210+41+220=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #D229DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229DC is #2DD623. Grayscale: #6F6F6F. Windows color (decimal): -3003940 or 14428626. OLE color: 14428626.
HSL color Cylindrical-coordinate representation of color #D229DC: hue angle of 296.65º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D229DC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 41 | 220 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.14 |
| HSL | 296.65º | 0.72% | 0.51% | - |
| HSV(B) | 296.65º | 0.81% | 0.86% | - |
| XYZ | 40.29 | 20.45 | 69.53 | - |
| YUV | 111.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 220 | 0.05 | 0.81 | 0 | 0.14 | 296.65 | 0.72 | 0.51 |
| Hex | D2 | 29 | DC | 5 | 51 | 0 | E | 129 | 48 | 33 |
| Octal | 322 | 51 | 334 | 5 | 121 | 0 | 16 | 451 | 110 | 63 |
| Binary | 11010010 | 101001 | 11011100 | 101 | 1010001 | 0 | 1110 | 100101001 | 1001000 | 110011 |
Color Harmonies of #D229DC
Complementary color
Monochromatic Colors of #D229DC
Black with #D229DC
Text Example
Text Example
White with #D229DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229DC; }
p { color: rgb(210,41,220); }
H1.HeaderClassName
{
color: #D229DC;
}
.AnyTagClassName
{
color: #D229DC;
}
</style>
background-color css
<style>
a { background-color: #D229DC; }
a { background-color: rgb(210,41,220); }
div.DivClassName
{
background-color: #D229DC;
}
.BgClassName
{
background-color: #D229DC;
}
</style>
border-color css
<style>
span { border-color: #D229DC; }
span { border-color: rgb(210,41,220); }
td.TdClassName
{
border-color: #D229DC;
}
.TagClassName
{
border-color: #D229DC;
}
</style>