Shades of Deep Magenta #D616DA
Tints of Deep Magenta #D616DA
RGB
CMYK
RGB Variations
Color information
#D616DA (or 0xD616DA) is known color: Deep Magenta. HEX triplet: D6, 16 and DA. RGB value is (214,22,218). Sum of RGB (Red+Green+Blue) = 214+22+218=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #D616DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616DA is #29E925. Grayscale: #656565. Windows color (decimal): -2746662 or 14292694. OLE color: 14292694.
HSL color Cylindrical-coordinate representation of color #D616DA: hue angle of 298.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616DA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 22 | 218 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.15 |
| HSL | 298.78º | 0.82% | 0.47% | - |
| HSV(B) | 298.78º | 0.9% | 0.85% | - |
| XYZ | 40.67 | 19.93 | 68.03 | - |
| YUV | 101.75 | 193.61 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 218 | 0.02 | 0.90 | 0 | 0.15 | 298.78 | 0.82 | 0.47 |
| Hex | D6 | 16 | DA | 2 | 5A | 0 | F | 12B | 52 | 2F |
| Octal | 326 | 26 | 332 | 2 | 132 | 0 | 17 | 453 | 122 | 57 |
| Binary | 11010110 | 10110 | 11011010 | 10 | 1011010 | 0 | 1111 | 100101011 | 1010010 | 101111 |
Color Harmonies of #D616DA
Complementary color
Monochromatic Colors of #D616DA
Black with #D616DA
Text Example
Text Example
White with #D616DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616DA; }
p { color: rgb(214,22,218); }
H1.HeaderClassName
{
color: #D616DA;
}
.AnyTagClassName
{
color: #D616DA;
}
</style>
background-color css
<style>
a { background-color: #D616DA; }
a { background-color: rgb(214,22,218); }
div.DivClassName
{
background-color: #D616DA;
}
.BgClassName
{
background-color: #D616DA;
}
</style>
border-color css
<style>
span { border-color: #D616DA; }
span { border-color: rgb(214,22,218); }
td.TdClassName
{
border-color: #D616DA;
}
.TagClassName
{
border-color: #D616DA;
}
</style>