Shades of Deep Magenta #D615D0
Tints of Deep Magenta #D615D0
RGB
CMYK
RGB Variations
Color information
#D615D0 (or 0xD615D0) is known color: Deep Magenta. HEX triplet: D6, 15 and D0. RGB value is (214,21,208). Sum of RGB (Red+Green+Blue) = 214+21+208=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D615D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615D0 is #29EA2F. Grayscale: #636363. Windows color (decimal): -2746928 or 13637078. OLE color: 13637078.
HSL color Cylindrical-coordinate representation of color #D615D0: hue angle of 301.87º degrees, saturation: 0.82, 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 #D615D0 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 208 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.16 |
| HSL | 301.87º | 0.82% | 0.46% | - |
| HSV(B) | 301.87º | 0.9% | 0.84% | - |
| XYZ | 39.38 | 19.39 | 61.34 | - |
| YUV | 100.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 208 | 0 | 0.90 | 0.03 | 0.16 | 301.87 | 0.82 | 0.46 |
| Hex | D6 | 15 | D0 | 0 | 5A | 3 | 10 | 12E | 52 | 2E |
| Octal | 326 | 25 | 320 | 0 | 132 | 3 | 20 | 456 | 122 | 56 |
| Binary | 11010110 | 10101 | 11010000 | 0 | 1011010 | 11 | 10000 | 100101110 | 1010010 | 101110 |
Color Harmonies of #D615D0
Complementary color
Monochromatic Colors of #D615D0
Black with #D615D0
Text Example
Text Example
White with #D615D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615D0; }
p { color: rgb(214,21,208); }
H1.HeaderClassName
{
color: #D615D0;
}
.AnyTagClassName
{
color: #D615D0;
}
</style>
background-color css
<style>
a { background-color: #D615D0; }
a { background-color: rgb(214,21,208); }
div.DivClassName
{
background-color: #D615D0;
}
.BgClassName
{
background-color: #D615D0;
}
</style>
border-color css
<style>
span { border-color: #D615D0; }
span { border-color: rgb(214,21,208); }
td.TdClassName
{
border-color: #D615D0;
}
.TagClassName
{
border-color: #D615D0;
}
</style>