Shades of Deep Magenta #D229D7
Tints of Deep Magenta #D229D7
RGB
CMYK
RGB Variations
Color information
#D229D7 (or 0xD229D7) is known color: Deep Magenta. HEX triplet: D2, 29 and D7. RGB value is (210,41,215). Sum of RGB (Red+Green+Blue) = 210+41+215=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #D229D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229D7 is #2DD628. Grayscale: #6E6E6E. Windows color (decimal): -3003945 or 14100946. OLE color: 14100946.
HSL color Cylindrical-coordinate representation of color #D229D7: hue angle of 298.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D229D7 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 41 | 215 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.16 |
| HSL | 298.28º | 0.69% | 0.5% | - |
| HSV(B) | 298.28º | 0.81% | 0.84% | - |
| XYZ | 39.64 | 20.19 | 66.1 | - |
| YUV | 111.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 215 | 0.02 | 0.81 | 0 | 0.16 | 298.28 | 0.69 | 0.5 |
| Hex | D2 | 29 | D7 | 2 | 51 | 0 | 10 | 12A | 45 | 32 |
| Octal | 322 | 51 | 327 | 2 | 121 | 0 | 20 | 452 | 105 | 62 |
| Binary | 11010010 | 101001 | 11010111 | 10 | 1010001 | 0 | 10000 | 100101010 | 1000101 | 110010 |
Color Harmonies of #D229D7
Complementary color
Monochromatic Colors of #D229D7
Black with #D229D7
Text Example
Text Example
White with #D229D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229D7; }
p { color: rgb(210,41,215); }
H1.HeaderClassName
{
color: #D229D7;
}
.AnyTagClassName
{
color: #D229D7;
}
</style>
background-color css
<style>
a { background-color: #D229D7; }
a { background-color: rgb(210,41,215); }
div.DivClassName
{
background-color: #D229D7;
}
.BgClassName
{
background-color: #D229D7;
}
</style>
border-color css
<style>
span { border-color: #D229D7; }
span { border-color: rgb(210,41,215); }
td.TdClassName
{
border-color: #D229D7;
}
.TagClassName
{
border-color: #D229D7;
}
</style>