Shades of Deep Magenta #D229DF
Tints of Deep Magenta #D229DF
RGB
CMYK
RGB Variations
Color information
#D229DF (or 0xD229DF) is known color: Deep Magenta. HEX triplet: D2, 29 and DF. RGB value is (210,41,223). Sum of RGB (Red+Green+Blue) = 210+41+223=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #D229DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229DF is #2DD620. Grayscale: #6F6F6F. Windows color (decimal): -3003937 or 14625234. OLE color: 14625234.
HSL color Cylindrical-coordinate representation of color #D229DF: hue angle of 295.71º 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 #D229DF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 41 | 223 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.13 |
| HSL | 295.71º | 0.74% | 0.52% | - |
| HSV(B) | 295.71º | 0.82% | 0.87% | - |
| XYZ | 40.69 | 20.62 | 71.65 | - |
| YUV | 112.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 223 | 0.06 | 0.82 | 0 | 0.13 | 295.71 | 0.74 | 0.52 |
| Hex | D2 | 29 | DF | 6 | 52 | 0 | D | 128 | 4A | 34 |
| Octal | 322 | 51 | 337 | 6 | 122 | 0 | 15 | 450 | 112 | 64 |
| Binary | 11010010 | 101001 | 11011111 | 110 | 1010010 | 0 | 1101 | 100101000 | 1001010 | 110100 |
Color Harmonies of #D229DF
Complementary color
Monochromatic Colors of #D229DF
Black with #D229DF
Text Example
Text Example
White with #D229DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229DF; }
p { color: rgb(210,41,223); }
H1.HeaderClassName
{
color: #D229DF;
}
.AnyTagClassName
{
color: #D229DF;
}
</style>
background-color css
<style>
a { background-color: #D229DF; }
a { background-color: rgb(210,41,223); }
div.DivClassName
{
background-color: #D229DF;
}
.BgClassName
{
background-color: #D229DF;
}
</style>
border-color css
<style>
span { border-color: #D229DF; }
span { border-color: rgb(210,41,223); }
td.TdClassName
{
border-color: #D229DF;
}
.TagClassName
{
border-color: #D229DF;
}
</style>