Shades of Deep Magenta #D215CE
Tints of Deep Magenta #D215CE
RGB
CMYK
RGB Variations
Color information
#D215CE (or 0xD215CE) is known color: Deep Magenta. HEX triplet: D2, 15 and CE. RGB value is (210,21,206). Sum of RGB (Red+Green+Blue) = 210+21+206=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D215CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215CE is #2DEA31. Grayscale: #626262. Windows color (decimal): -3009074 or 13506002. OLE color: 13506002.
HSL color Cylindrical-coordinate representation of color #D215CE: hue angle of 301.27º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D215CE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 206 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.18 |
| HSL | 301.27º | 0.82% | 0.45% | - |
| HSV(B) | 301.27º | 0.9% | 0.82% | - |
| XYZ | 37.99 | 18.69 | 60 | - |
| YUV | 98.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 206 | 0 | 0.90 | 0.02 | 0.18 | 301.27 | 0.82 | 0.45 |
| Hex | D2 | 15 | CE | 0 | 5A | 2 | 12 | 12D | 52 | 2D |
| Octal | 322 | 25 | 316 | 0 | 132 | 2 | 22 | 455 | 122 | 55 |
| Binary | 11010010 | 10101 | 11001110 | 0 | 1011010 | 10 | 10010 | 100101101 | 1010010 | 101101 |
Color Harmonies of #D215CE
Complementary color
Monochromatic Colors of #D215CE
Black with #D215CE
Text Example
Text Example
White with #D215CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215CE; }
p { color: rgb(210,21,206); }
H1.HeaderClassName
{
color: #D215CE;
}
.AnyTagClassName
{
color: #D215CE;
}
</style>
background-color css
<style>
a { background-color: #D215CE; }
a { background-color: rgb(210,21,206); }
div.DivClassName
{
background-color: #D215CE;
}
.BgClassName
{
background-color: #D215CE;
}
</style>
border-color css
<style>
span { border-color: #D215CE; }
span { border-color: rgb(210,21,206); }
td.TdClassName
{
border-color: #D215CE;
}
.TagClassName
{
border-color: #D215CE;
}
</style>