Shades of Deep Magenta #D715CA
Tints of Deep Magenta #D715CA
RGB
CMYK
RGB Variations
Color information
#D715CA (or 0xD715CA) is known color: Deep Magenta. HEX triplet: D7, 15 and CA. RGB value is (215,21,202). Sum of RGB (Red+Green+Blue) = 215+21+202=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D715CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715CA is #28EA35. Grayscale: #636363. Windows color (decimal): -2681398 or 13243863. OLE color: 13243863.
HSL color Cylindrical-coordinate representation of color #D715CA: hue angle of 304.02º 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 #D715CA is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 202 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.16 |
| HSL | 304.02º | 0.82% | 0.46% | - |
| HSV(B) | 304.02º | 0.9% | 0.84% | - |
| XYZ | 38.95 | 19.25 | 57.54 | - |
| YUV | 99.64 | 185.77 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 202 | 0 | 0.90 | 0.06 | 0.16 | 304.02 | 0.82 | 0.46 |
| Hex | D7 | 15 | CA | 0 | 5A | 6 | 10 | 130 | 52 | 2E |
| Octal | 327 | 25 | 312 | 0 | 132 | 6 | 20 | 460 | 122 | 56 |
| Binary | 11010111 | 10101 | 11001010 | 0 | 1011010 | 110 | 10000 | 100110000 | 1010010 | 101110 |
Color Harmonies of #D715CA
Complementary color
Monochromatic Colors of #D715CA
Black with #D715CA
Text Example
Text Example
White with #D715CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715CA; }
p { color: rgb(215,21,202); }
H1.HeaderClassName
{
color: #D715CA;
}
.AnyTagClassName
{
color: #D715CA;
}
</style>
background-color css
<style>
a { background-color: #D715CA; }
a { background-color: rgb(215,21,202); }
div.DivClassName
{
background-color: #D715CA;
}
.BgClassName
{
background-color: #D715CA;
}
</style>
border-color css
<style>
span { border-color: #D715CA; }
span { border-color: rgb(215,21,202); }
td.TdClassName
{
border-color: #D715CA;
}
.TagClassName
{
border-color: #D715CA;
}
</style>