Shades of Deep Magenta #D61FDF
Tints of Deep Magenta #D61FDF
RGB
CMYK
RGB Variations
Color information
#D61FDF (or 0xD61FDF) is known color: Deep Magenta. HEX triplet: D6, 1F and DF. RGB value is (214,31,223). Sum of RGB (Red+Green+Blue) = 214+31+223=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 31 (12.5% from 255 or 6.62% 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 #D61FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FDF is #29E020. Grayscale: #6B6B6B. Windows color (decimal): -2744353 or 14622678. OLE color: 14622678.
HSL color Cylindrical-coordinate representation of color #D61FDF: hue angle of 297.19º 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 #D61FDF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 31 | 223 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.13 |
| HSL | 297.19º | 0.76% | 0.5% | - |
| HSV(B) | 297.19º | 0.86% | 0.87% | - |
| XYZ | 41.54 | 20.6 | 71.6 | - |
| YUV | 107.61 | 193.13 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 223 | 0.04 | 0.86 | 0 | 0.13 | 297.19 | 0.76 | 0.5 |
| Hex | D6 | 1F | DF | 4 | 56 | 0 | D | 129 | 4C | 32 |
| Octal | 326 | 37 | 337 | 4 | 126 | 0 | 15 | 451 | 114 | 62 |
| Binary | 11010110 | 11111 | 11011111 | 100 | 1010110 | 0 | 1101 | 100101001 | 1001100 | 110010 |
Color Harmonies of #D61FDF
Complementary color
Monochromatic Colors of #D61FDF
Black with #D61FDF
Text Example
Text Example
White with #D61FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FDF; }
p { color: rgb(214,31,223); }
H1.HeaderClassName
{
color: #D61FDF;
}
.AnyTagClassName
{
color: #D61FDF;
}
</style>
background-color css
<style>
a { background-color: #D61FDF; }
a { background-color: rgb(214,31,223); }
div.DivClassName
{
background-color: #D61FDF;
}
.BgClassName
{
background-color: #D61FDF;
}
</style>
border-color css
<style>
span { border-color: #D61FDF; }
span { border-color: rgb(214,31,223); }
td.TdClassName
{
border-color: #D61FDF;
}
.TagClassName
{
border-color: #D61FDF;
}
</style>