Shades of Deep Magenta #D611C0
Tints of Deep Magenta #D611C0
RGB
CMYK
RGB Variations
Color information
#D611C0 (or 0xD611C0) is known color: Deep Magenta. HEX triplet: D6, 11 and C0. RGB value is (214,17,192). Sum of RGB (Red+Green+Blue) = 214+17+192=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D611C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611C0 is #29EE3F. Grayscale: #5F5F5F. Windows color (decimal): -2747968 or 12587478. OLE color: 12587478.
HSL color Cylindrical-coordinate representation of color #D611C0: hue angle of 306.7º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D611C0 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 192 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.16 |
| HSL | 306.7º | 0.85% | 0.45% | - |
| HSV(B) | 306.7º | 0.92% | 0.84% | - |
| XYZ | 37.45 | 18.5 | 51.47 | - |
| YUV | 95.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 192 | 0 | 0.92 | 0.10 | 0.16 | 306.7 | 0.85 | 0.45 |
| Hex | D6 | 11 | C0 | 0 | 5C | A | 10 | 133 | 55 | 2D |
| Octal | 326 | 21 | 300 | 0 | 134 | 12 | 20 | 463 | 125 | 55 |
| Binary | 11010110 | 10001 | 11000000 | 0 | 1011100 | 1010 | 10000 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D611C0
Complementary color
Monochromatic Colors of #D611C0
Black with #D611C0
Text Example
Text Example
White with #D611C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611C0; }
p { color: rgb(214,17,192); }
H1.HeaderClassName
{
color: #D611C0;
}
.AnyTagClassName
{
color: #D611C0;
}
</style>
background-color css
<style>
a { background-color: #D611C0; }
a { background-color: rgb(214,17,192); }
div.DivClassName
{
background-color: #D611C0;
}
.BgClassName
{
background-color: #D611C0;
}
</style>
border-color css
<style>
span { border-color: #D611C0; }
span { border-color: rgb(214,17,192); }
td.TdClassName
{
border-color: #D611C0;
}
.TagClassName
{
border-color: #D611C0;
}
</style>