Shades of Deep Magenta #DC1DDF
Tints of Deep Magenta #DC1DDF
RGB
CMYK
RGB Variations
Color information
#DC1DDF (or 0xDC1DDF) is known color: Deep Magenta. HEX triplet: DC, 1D and DF. RGB value is (220,29,223). Sum of RGB (Red+Green+Blue) = 220+29+223=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DDF is #23E220. Grayscale: #6B6B6B. Windows color (decimal): -2351649 or 14622172. OLE color: 14622172.
HSL color Cylindrical-coordinate representation of color #DC1DDF: hue angle of 299.07º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DDF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 29 | 223 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.13 |
| HSL | 299.07º | 0.77% | 0.49% | - |
| HSV(B) | 299.07º | 0.87% | 0.87% | - |
| XYZ | 43.27 | 21.42 | 71.67 | - |
| YUV | 108.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 223 | 0.01 | 0.87 | 0 | 0.13 | 299.07 | 0.77 | 0.49 |
| Hex | DC | 1D | DF | 1 | 57 | 0 | D | 12B | 4D | 31 |
| Octal | 334 | 35 | 337 | 1 | 127 | 0 | 15 | 453 | 115 | 61 |
| Binary | 11011100 | 11101 | 11011111 | 1 | 1010111 | 0 | 1101 | 100101011 | 1001101 | 110001 |
Color Harmonies of #DC1DDF
Complementary color
Monochromatic Colors of #DC1DDF
Black with #DC1DDF
Text Example
Text Example
White with #DC1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DDF; }
p { color: rgb(220,29,223); }
H1.HeaderClassName
{
color: #DC1DDF;
}
.AnyTagClassName
{
color: #DC1DDF;
}
</style>
background-color css
<style>
a { background-color: #DC1DDF; }
a { background-color: rgb(220,29,223); }
div.DivClassName
{
background-color: #DC1DDF;
}
.BgClassName
{
background-color: #DC1DDF;
}
</style>
border-color css
<style>
span { border-color: #DC1DDF; }
span { border-color: rgb(220,29,223); }
td.TdClassName
{
border-color: #DC1DDF;
}
.TagClassName
{
border-color: #DC1DDF;
}
</style>