Shades of Deep Magenta #D61DDF
Tints of Deep Magenta #D61DDF
RGB
CMYK
RGB Variations
Color information
#D61DDF (or 0xD61DDF) is known color: Deep Magenta. HEX triplet: D6, 1D and DF. RGB value is (214,29,223). Sum of RGB (Red+Green+Blue) = 214+29+223=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D61DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DDF is #29E220. Grayscale: #696969. Windows color (decimal): -2744865 or 14622166. OLE color: 14622166.
HSL color Cylindrical-coordinate representation of color #D61DDF: hue angle of 297.22º 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 #D61DDF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 29 | 223 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.13 |
| HSL | 297.22º | 0.77% | 0.49% | - |
| HSV(B) | 297.22º | 0.87% | 0.87% | - |
| XYZ | 41.49 | 20.5 | 71.58 | - |
| YUV | 106.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 223 | 0.04 | 0.87 | 0 | 0.13 | 297.22 | 0.77 | 0.49 |
| Hex | D6 | 1D | DF | 4 | 57 | 0 | D | 129 | 4D | 31 |
| Octal | 326 | 35 | 337 | 4 | 127 | 0 | 15 | 451 | 115 | 61 |
| Binary | 11010110 | 11101 | 11011111 | 100 | 1010111 | 0 | 1101 | 100101001 | 1001101 | 110001 |
Color Harmonies of #D61DDF
Complementary color
Monochromatic Colors of #D61DDF
Black with #D61DDF
Text Example
Text Example
White with #D61DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DDF; }
p { color: rgb(214,29,223); }
H1.HeaderClassName
{
color: #D61DDF;
}
.AnyTagClassName
{
color: #D61DDF;
}
</style>
background-color css
<style>
a { background-color: #D61DDF; }
a { background-color: rgb(214,29,223); }
div.DivClassName
{
background-color: #D61DDF;
}
.BgClassName
{
background-color: #D61DDF;
}
</style>
border-color css
<style>
span { border-color: #D61DDF; }
span { border-color: rgb(214,29,223); }
td.TdClassName
{
border-color: #D61DDF;
}
.TagClassName
{
border-color: #D61DDF;
}
</style>