Shades of Deep Magenta #D611CF
Tints of Deep Magenta #D611CF
RGB
CMYK
RGB Variations
Color information
#D611CF (or 0xD611CF) is known color: Deep Magenta. HEX triplet: D6, 11 and CF. RGB value is (214,17,207). Sum of RGB (Red+Green+Blue) = 214+17+207=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D611CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611CF is #29EE30. Grayscale: #616161. Windows color (decimal): -2747953 or 13570518. OLE color: 13570518.
HSL color Cylindrical-coordinate representation of color #D611CF: hue angle of 302.13º 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 #D611CF is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 207 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.16 |
| HSL | 302.13º | 0.85% | 0.45% | - |
| HSV(B) | 302.13º | 0.92% | 0.84% | - |
| XYZ | 39.19 | 19.2 | 60.67 | - |
| YUV | 97.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 207 | 0 | 0.92 | 0.03 | 0.16 | 302.13 | 0.85 | 0.45 |
| Hex | D6 | 11 | CF | 0 | 5C | 3 | 10 | 12E | 55 | 2D |
| Octal | 326 | 21 | 317 | 0 | 134 | 3 | 20 | 456 | 125 | 55 |
| Binary | 11010110 | 10001 | 11001111 | 0 | 1011100 | 11 | 10000 | 100101110 | 1010101 | 101101 |
Color Harmonies of #D611CF
Complementary color
Monochromatic Colors of #D611CF
Black with #D611CF
Text Example
Text Example
White with #D611CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611CF; }
p { color: rgb(214,17,207); }
H1.HeaderClassName
{
color: #D611CF;
}
.AnyTagClassName
{
color: #D611CF;
}
</style>
background-color css
<style>
a { background-color: #D611CF; }
a { background-color: rgb(214,17,207); }
div.DivClassName
{
background-color: #D611CF;
}
.BgClassName
{
background-color: #D611CF;
}
</style>
border-color css
<style>
span { border-color: #D611CF; }
span { border-color: rgb(214,17,207); }
td.TdClassName
{
border-color: #D611CF;
}
.TagClassName
{
border-color: #D611CF;
}
</style>