Shades of Deep Magenta #D715CE
Tints of Deep Magenta #D715CE
RGB
CMYK
RGB Variations
Color information
#D715CE (or 0xD715CE) is known color: Deep Magenta. HEX triplet: D7, 15 and CE. RGB value is (215,21,206). Sum of RGB (Red+Green+Blue) = 215+21+206=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D715CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715CE is #28EA31. Grayscale: #636363. Windows color (decimal): -2681394 or 13506007. OLE color: 13506007.
HSL color Cylindrical-coordinate representation of color #D715CE: hue angle of 302.78º 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 #D715CE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 206 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.78º | 0.82% | 0.46% | - |
| HSV(B) | 302.78º | 0.9% | 0.84% | - |
| XYZ | 39.43 | 19.44 | 60.07 | - |
| YUV | 100.1 | 187.77 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 206 | 0 | 0.90 | 0.04 | 0.16 | 302.78 | 0.82 | 0.46 |
| Hex | D7 | 15 | CE | 0 | 5A | 4 | 10 | 12F | 52 | 2E |
| Octal | 327 | 25 | 316 | 0 | 132 | 4 | 20 | 457 | 122 | 56 |
| Binary | 11010111 | 10101 | 11001110 | 0 | 1011010 | 100 | 10000 | 100101111 | 1010010 | 101110 |
Color Harmonies of #D715CE
Complementary color
Monochromatic Colors of #D715CE
Black with #D715CE
Text Example
Text Example
White with #D715CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715CE; }
p { color: rgb(215,21,206); }
H1.HeaderClassName
{
color: #D715CE;
}
.AnyTagClassName
{
color: #D715CE;
}
</style>
background-color css
<style>
a { background-color: #D715CE; }
a { background-color: rgb(215,21,206); }
div.DivClassName
{
background-color: #D715CE;
}
.BgClassName
{
background-color: #D715CE;
}
</style>
border-color css
<style>
span { border-color: #D715CE; }
span { border-color: rgb(215,21,206); }
td.TdClassName
{
border-color: #D715CE;
}
.TagClassName
{
border-color: #D715CE;
}
</style>