Shades of Deep Magenta #D223DF
Tints of Deep Magenta #D223DF
RGB
CMYK
RGB Variations
Color information
#D223DF (or 0xD223DF) is known color: Deep Magenta. HEX triplet: D2, 23 and DF. RGB value is (210,35,223). Sum of RGB (Red+Green+Blue) = 210+35+223=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #D223DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223DF is #2DDC20. Grayscale: #6C6C6C. Windows color (decimal): -3005473 or 14623698. OLE color: 14623698.
HSL color Cylindrical-coordinate representation of color #D223DF: hue angle of 295.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223DF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 35 | 223 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.13 |
| HSL | 295.85º | 0.75% | 0.51% | - |
| HSV(B) | 295.85º | 0.84% | 0.87% | - |
| XYZ | 40.5 | 20.23 | 71.58 | - |
| YUV | 108.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 223 | 0.06 | 0.84 | 0 | 0.13 | 295.85 | 0.75 | 0.51 |
| Hex | D2 | 23 | DF | 6 | 54 | 0 | D | 128 | 4B | 33 |
| Octal | 322 | 43 | 337 | 6 | 124 | 0 | 15 | 450 | 113 | 63 |
| Binary | 11010010 | 100011 | 11011111 | 110 | 1010100 | 0 | 1101 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D223DF
Complementary color
Monochromatic Colors of #D223DF
Black with #D223DF
Text Example
Text Example
White with #D223DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223DF; }
p { color: rgb(210,35,223); }
H1.HeaderClassName
{
color: #D223DF;
}
.AnyTagClassName
{
color: #D223DF;
}
</style>
background-color css
<style>
a { background-color: #D223DF; }
a { background-color: rgb(210,35,223); }
div.DivClassName
{
background-color: #D223DF;
}
.BgClassName
{
background-color: #D223DF;
}
</style>
border-color css
<style>
span { border-color: #D223DF; }
span { border-color: rgb(210,35,223); }
td.TdClassName
{
border-color: #D223DF;
}
.TagClassName
{
border-color: #D223DF;
}
</style>