Shades of Deep Magenta #D61DC1
Tints of Deep Magenta #D61DC1
RGB
CMYK
RGB Variations
Color information
#D61DC1 (or 0xD61DC1) is known color: Deep Magenta. HEX triplet: D6, 1D and C1. RGB value is (214,29,193). Sum of RGB (Red+Green+Blue) = 214+29+193=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DC1 is #29E23E. Grayscale: #666666. Windows color (decimal): -2744895 or 12656086. OLE color: 12656086.
HSL color Cylindrical-coordinate representation of color #D61DC1: hue angle of 306.81º 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 #D61DC1 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 193 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.16 |
| HSL | 306.81º | 0.76% | 0.48% | - |
| HSV(B) | 306.81º | 0.86% | 0.84% | - |
| XYZ | 37.8 | 19.03 | 52.13 | - |
| YUV | 103.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 193 | 0 | 0.86 | 0.10 | 0.16 | 306.81 | 0.76 | 0.48 |
| Hex | D6 | 1D | C1 | 0 | 56 | A | 10 | 133 | 4C | 30 |
| Octal | 326 | 35 | 301 | 0 | 126 | 12 | 20 | 463 | 114 | 60 |
| Binary | 11010110 | 11101 | 11000001 | 0 | 1010110 | 1010 | 10000 | 100110011 | 1001100 | 110000 |
Color Harmonies of #D61DC1
Complementary color
Monochromatic Colors of #D61DC1
Black with #D61DC1
Text Example
Text Example
White with #D61DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DC1; }
p { color: rgb(214,29,193); }
H1.HeaderClassName
{
color: #D61DC1;
}
.AnyTagClassName
{
color: #D61DC1;
}
</style>
background-color css
<style>
a { background-color: #D61DC1; }
a { background-color: rgb(214,29,193); }
div.DivClassName
{
background-color: #D61DC1;
}
.BgClassName
{
background-color: #D61DC1;
}
</style>
border-color css
<style>
span { border-color: #D61DC1; }
span { border-color: rgb(214,29,193); }
td.TdClassName
{
border-color: #D61DC1;
}
.TagClassName
{
border-color: #D61DC1;
}
</style>