Shades of Deep Magenta #D61DCF
Tints of Deep Magenta #D61DCF
RGB
CMYK
RGB Variations
Color information
#D61DCF (or 0xD61DCF) is known color: Deep Magenta. HEX triplet: D6, 1D and CF. RGB value is (214,29,207). Sum of RGB (Red+Green+Blue) = 214+29+207=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DCF is #29E230. Grayscale: #686868. Windows color (decimal): -2744881 or 13573590. OLE color: 13573590.
HSL color Cylindrical-coordinate representation of color #D61DCF: hue angle of 302.27º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61DCF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 207 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.16 |
| HSL | 302.27º | 0.76% | 0.48% | - |
| HSV(B) | 302.27º | 0.86% | 0.84% | - |
| XYZ | 39.43 | 19.68 | 60.75 | - |
| YUV | 104.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 207 | 0 | 0.86 | 0.03 | 0.16 | 302.27 | 0.76 | 0.48 |
| Hex | D6 | 1D | CF | 0 | 56 | 3 | 10 | 12E | 4C | 30 |
| Octal | 326 | 35 | 317 | 0 | 126 | 3 | 20 | 456 | 114 | 60 |
| Binary | 11010110 | 11101 | 11001111 | 0 | 1010110 | 11 | 10000 | 100101110 | 1001100 | 110000 |
Color Harmonies of #D61DCF
Complementary color
Monochromatic Colors of #D61DCF
Black with #D61DCF
Text Example
Text Example
White with #D61DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DCF; }
p { color: rgb(214,29,207); }
H1.HeaderClassName
{
color: #D61DCF;
}
.AnyTagClassName
{
color: #D61DCF;
}
</style>
background-color css
<style>
a { background-color: #D61DCF; }
a { background-color: rgb(214,29,207); }
div.DivClassName
{
background-color: #D61DCF;
}
.BgClassName
{
background-color: #D61DCF;
}
</style>
border-color css
<style>
span { border-color: #D61DCF; }
span { border-color: rgb(214,29,207); }
td.TdClassName
{
border-color: #D61DCF;
}
.TagClassName
{
border-color: #D61DCF;
}
</style>