Shades of Deep Magenta #D20DDF
Tints of Deep Magenta #D20DDF
RGB
CMYK
RGB Variations
Color information
#D20DDF (or 0xD20DDF) is known color: Deep Magenta. HEX triplet: D2, 0D and DF. RGB value is (210,13,223). Sum of RGB (Red+Green+Blue) = 210+13+223=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #D20DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DDF is #2DF220. Grayscale: #5F5F5F. Windows color (decimal): -3011105 or 14618066. OLE color: 14618066.
HSL color Cylindrical-coordinate representation of color #D20DDF: hue angle of 296.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DDF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 13 | 223 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.13 |
| HSL | 296.29º | 0.89% | 0.46% | - |
| HSV(B) | 296.29º | 0.94% | 0.87% | - |
| XYZ | 40.04 | 19.32 | 71.43 | - |
| YUV | 95.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 223 | 0.06 | 0.94 | 0 | 0.13 | 296.29 | 0.89 | 0.46 |
| Hex | D2 | D | DF | 6 | 5E | 0 | D | 128 | 59 | 2E |
| Octal | 322 | 15 | 337 | 6 | 136 | 0 | 15 | 450 | 131 | 56 |
| Binary | 11010010 | 1101 | 11011111 | 110 | 1011110 | 0 | 1101 | 100101000 | 1011001 | 101110 |
Color Harmonies of #D20DDF
Complementary color
Monochromatic Colors of #D20DDF
Black with #D20DDF
Text Example
Text Example
White with #D20DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20DDF; }
p { color: rgb(210,13,223); }
H1.HeaderClassName
{
color: #D20DDF;
}
.AnyTagClassName
{
color: #D20DDF;
}
</style>
background-color css
<style>
a { background-color: #D20DDF; }
a { background-color: rgb(210,13,223); }
div.DivClassName
{
background-color: #D20DDF;
}
.BgClassName
{
background-color: #D20DDF;
}
</style>
border-color css
<style>
span { border-color: #D20DDF; }
span { border-color: rgb(210,13,223); }
td.TdClassName
{
border-color: #D20DDF;
}
.TagClassName
{
border-color: #D20DDF;
}
</style>