Shades of Deep Magenta #DC1FD6
Tints of Deep Magenta #DC1FD6
RGB
CMYK
RGB Variations
Color information
#DC1FD6 (or 0xDC1FD6) is known color: Deep Magenta. HEX triplet: DC, 1F and D6. RGB value is (220,31,214). Sum of RGB (Red+Green+Blue) = 220+31+214=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1FD6 is #23E029. Grayscale: #6B6B6B. Windows color (decimal): -2351146 or 14032860. OLE color: 14032860.
HSL color Cylindrical-coordinate representation of color #DC1FD6: hue angle of 301.9º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FD6 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 31 | 214 | - |
CMYK | 0 | 0.86 | 0.03 | 0.14 |
HSL | 301.9º | 0.75% | 0.49% | - |
HSV(B) | 301.9º | 0.86% | 0.86% | - |
XYZ | 42.14 | 21.05 | 65.46 | - |
YUV | 108.37 | 187.62 | 207.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 31 | 214 | 0 | 0.86 | 0.03 | 0.14 | 301.9 | 0.75 | 0.49 |
Hex | DC | 1F | D6 | 0 | 56 | 3 | E | 12E | 4B | 31 |
Octal | 334 | 37 | 326 | 0 | 126 | 3 | 16 | 456 | 113 | 61 |
Binary | 11011100 | 11111 | 11010110 | 0 | 1010110 | 11 | 1110 | 100101110 | 1001011 | 110001 |
Color Harmonies of #DC1FD6
Complementary color
Monochromatic Colors of #DC1FD6
Black with #DC1FD6
Text Example
Text Example
White with #DC1FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FD6; }
p { color: rgb(220,31,214); }
H1.HeaderClassName
{
color: #DC1FD6;
}
.AnyTagClassName
{
color: #DC1FD6;
}
</style>
background-color css
<style>
a { background-color: #DC1FD6; }
a { background-color: rgb(220,31,214); }
div.DivClassName
{
background-color: #DC1FD6;
}
.BgClassName
{
background-color: #DC1FD6;
}
</style>
border-color css
<style>
span { border-color: #DC1FD6; }
span { border-color: rgb(220,31,214); }
td.TdClassName
{
border-color: #DC1FD6;
}
.TagClassName
{
border-color: #DC1FD6;
}
</style>