Shades of Deep Magenta #D616CD
Tints of Deep Magenta #D616CD
RGB
CMYK
RGB Variations
Color information
#D616CD (or 0xD616CD) is known color: Deep Magenta. HEX triplet: D6, 16 and CD. RGB value is (214,22,205). Sum of RGB (Red+Green+Blue) = 214+22+205=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D616CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616CD is #29E932. Grayscale: #636363. Windows color (decimal): -2746675 or 13440726. OLE color: 13440726.
HSL color Cylindrical-coordinate representation of color #D616CD: hue angle of 302.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616CD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 205 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.81º | 0.81% | 0.46% | - |
| HSV(B) | 302.81º | 0.9% | 0.84% | - |
| XYZ | 39.04 | 19.28 | 59.42 | - |
| YUV | 100.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 205 | 0 | 0.90 | 0.04 | 0.16 | 302.81 | 0.81 | 0.46 |
| Hex | D6 | 16 | CD | 0 | 5A | 4 | 10 | 12F | 51 | 2E |
| Octal | 326 | 26 | 315 | 0 | 132 | 4 | 20 | 457 | 121 | 56 |
| Binary | 11010110 | 10110 | 11001101 | 0 | 1011010 | 100 | 10000 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D616CD
Complementary color
Monochromatic Colors of #D616CD
Black with #D616CD
Text Example
Text Example
White with #D616CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616CD; }
p { color: rgb(214,22,205); }
H1.HeaderClassName
{
color: #D616CD;
}
.AnyTagClassName
{
color: #D616CD;
}
</style>
background-color css
<style>
a { background-color: #D616CD; }
a { background-color: rgb(214,22,205); }
div.DivClassName
{
background-color: #D616CD;
}
.BgClassName
{
background-color: #D616CD;
}
</style>
border-color css
<style>
span { border-color: #D616CD; }
span { border-color: rgb(214,22,205); }
td.TdClassName
{
border-color: #D616CD;
}
.TagClassName
{
border-color: #D616CD;
}
</style>