Shades of Deep Magenta #DC1FDF
Tints of Deep Magenta #DC1FDF
RGB
CMYK
RGB Variations
Color information
#DC1FDF (or 0xDC1FDF) is known color: Deep Magenta. HEX triplet: DC, 1F and DF. RGB value is (220,31,223). Sum of RGB (Red+Green+Blue) = 220+31+223=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 31 (12.5% from 255 or 6.54% 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 #DC1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1FDF is #23E020. Grayscale: #6C6C6C. Windows color (decimal): -2351137 or 14622684. OLE color: 14622684.
HSL color Cylindrical-coordinate representation of color #DC1FDF: hue angle of 299.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FDF is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 31 | 223 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.13 |
| HSL | 299.06º | 0.76% | 0.5% | - |
| HSV(B) | 299.06º | 0.86% | 0.87% | - |
| XYZ | 43.32 | 21.52 | 71.68 | - |
| YUV | 109.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 223 | 0.01 | 0.86 | 0 | 0.13 | 299.06 | 0.76 | 0.5 |
| Hex | DC | 1F | DF | 1 | 56 | 0 | D | 12B | 4C | 32 |
| Octal | 334 | 37 | 337 | 1 | 126 | 0 | 15 | 453 | 114 | 62 |
| Binary | 11011100 | 11111 | 11011111 | 1 | 1010110 | 0 | 1101 | 100101011 | 1001100 | 110010 |
Color Harmonies of #DC1FDF
Complementary color
Monochromatic Colors of #DC1FDF
Black with #DC1FDF
Text Example
Text Example
White with #DC1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FDF; }
p { color: rgb(220,31,223); }
H1.HeaderClassName
{
color: #DC1FDF;
}
.AnyTagClassName
{
color: #DC1FDF;
}
</style>
background-color css
<style>
a { background-color: #DC1FDF; }
a { background-color: rgb(220,31,223); }
div.DivClassName
{
background-color: #DC1FDF;
}
.BgClassName
{
background-color: #DC1FDF;
}
</style>
border-color css
<style>
span { border-color: #DC1FDF; }
span { border-color: rgb(220,31,223); }
td.TdClassName
{
border-color: #DC1FDF;
}
.TagClassName
{
border-color: #DC1FDF;
}
</style>