Shades of Deep Magenta #D61DC6
Tints of Deep Magenta #D61DC6
RGB
CMYK
RGB Variations
Color information
#D61DC6 (or 0xD61DC6) is known color: Deep Magenta. HEX triplet: D6, 1D and C6. RGB value is (214,29,198). Sum of RGB (Red+Green+Blue) = 214+29+198=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DC6 is #29E239. Grayscale: #676767. Windows color (decimal): -2744890 or 12983766. OLE color: 12983766.
HSL color Cylindrical-coordinate representation of color #D61DC6: hue angle of 305.19º 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 #D61DC6 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 198 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.16 |
| HSL | 305.19º | 0.76% | 0.48% | - |
| HSV(B) | 305.19º | 0.86% | 0.84% | - |
| XYZ | 38.36 | 19.25 | 55.12 | - |
| YUV | 103.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 198 | 0 | 0.86 | 0.07 | 0.16 | 305.19 | 0.76 | 0.48 |
| Hex | D6 | 1D | C6 | 0 | 56 | 7 | 10 | 131 | 4C | 30 |
| Octal | 326 | 35 | 306 | 0 | 126 | 7 | 20 | 461 | 114 | 60 |
| Binary | 11010110 | 11101 | 11000110 | 0 | 1010110 | 111 | 10000 | 100110001 | 1001100 | 110000 |
Color Harmonies of #D61DC6
Complementary color
Monochromatic Colors of #D61DC6
Black with #D61DC6
Text Example
Text Example
White with #D61DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DC6; }
p { color: rgb(214,29,198); }
H1.HeaderClassName
{
color: #D61DC6;
}
.AnyTagClassName
{
color: #D61DC6;
}
</style>
background-color css
<style>
a { background-color: #D61DC6; }
a { background-color: rgb(214,29,198); }
div.DivClassName
{
background-color: #D61DC6;
}
.BgClassName
{
background-color: #D61DC6;
}
</style>
border-color css
<style>
span { border-color: #D61DC6; }
span { border-color: rgb(214,29,198); }
td.TdClassName
{
border-color: #D61DC6;
}
.TagClassName
{
border-color: #D61DC6;
}
</style>