Shades of Deep Magenta #D711C1
Tints of Deep Magenta #D711C1
RGB
CMYK
RGB Variations
Color information
#D711C1 (or 0xD711C1) is known color: Deep Magenta. HEX triplet: D7, 11 and C1. RGB value is (215,17,193). Sum of RGB (Red+Green+Blue) = 215+17+193=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D711C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711C1 is #28EE3E. Grayscale: #5F5F5F. Windows color (decimal): -2682431 or 12653015. OLE color: 12653015.
HSL color Cylindrical-coordinate representation of color #D711C1: hue angle of 306.67º 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 #D711C1 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 193 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.16 |
| HSL | 306.67º | 0.85% | 0.45% | - |
| HSV(B) | 306.67º | 0.92% | 0.84% | - |
| XYZ | 37.85 | 18.7 | 52.07 | - |
| YUV | 96.27 | 182.6 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 193 | 0 | 0.92 | 0.10 | 0.16 | 306.67 | 0.85 | 0.45 |
| Hex | D7 | 11 | C1 | 0 | 5C | A | 10 | 133 | 55 | 2D |
| Octal | 327 | 21 | 301 | 0 | 134 | 12 | 20 | 463 | 125 | 55 |
| Binary | 11010111 | 10001 | 11000001 | 0 | 1011100 | 1010 | 10000 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D711C1
Complementary color
Monochromatic Colors of #D711C1
Black with #D711C1
Text Example
Text Example
White with #D711C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711C1; }
p { color: rgb(215,17,193); }
H1.HeaderClassName
{
color: #D711C1;
}
.AnyTagClassName
{
color: #D711C1;
}
</style>
background-color css
<style>
a { background-color: #D711C1; }
a { background-color: rgb(215,17,193); }
div.DivClassName
{
background-color: #D711C1;
}
.BgClassName
{
background-color: #D711C1;
}
</style>
border-color css
<style>
span { border-color: #D711C1; }
span { border-color: rgb(215,17,193); }
td.TdClassName
{
border-color: #D711C1;
}
.TagClassName
{
border-color: #D711C1;
}
</style>