Shades of Deep Magenta #D615CE
Tints of Deep Magenta #D615CE
RGB
CMYK
RGB Variations
Color information
#D615CE (or 0xD615CE) is known color: Deep Magenta. HEX triplet: D6, 15 and CE. RGB value is (214,21,206). Sum of RGB (Red+Green+Blue) = 214+21+206=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D615CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615CE is #29EA31. Grayscale: #636363. Windows color (decimal): -2746930 or 13506006. OLE color: 13506006.
HSL color Cylindrical-coordinate representation of color #D615CE: hue angle of 302.49º 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 #D615CE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 206 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.49º | 0.82% | 0.46% | - |
| HSV(B) | 302.49º | 0.9% | 0.84% | - |
| XYZ | 39.14 | 19.29 | 60.05 | - |
| YUV | 99.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 206 | 0 | 0.90 | 0.04 | 0.16 | 302.49 | 0.82 | 0.46 |
| Hex | D6 | 15 | CE | 0 | 5A | 4 | 10 | 12E | 52 | 2E |
| Octal | 326 | 25 | 316 | 0 | 132 | 4 | 20 | 456 | 122 | 56 |
| Binary | 11010110 | 10101 | 11001110 | 0 | 1011010 | 100 | 10000 | 100101110 | 1010010 | 101110 |
Color Harmonies of #D615CE
Complementary color
Monochromatic Colors of #D615CE
Black with #D615CE
Text Example
Text Example
White with #D615CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615CE; }
p { color: rgb(214,21,206); }
H1.HeaderClassName
{
color: #D615CE;
}
.AnyTagClassName
{
color: #D615CE;
}
</style>
background-color css
<style>
a { background-color: #D615CE; }
a { background-color: rgb(214,21,206); }
div.DivClassName
{
background-color: #D615CE;
}
.BgClassName
{
background-color: #D615CE;
}
</style>
border-color css
<style>
span { border-color: #D615CE; }
span { border-color: rgb(214,21,206); }
td.TdClassName
{
border-color: #D615CE;
}
.TagClassName
{
border-color: #D615CE;
}
</style>