Shades of Deep Magenta #D215BE
Tints of Deep Magenta #D215BE
RGB
CMYK
RGB Variations
Color information
#D215BE (or 0xD215BE) is known color: Deep Magenta. HEX triplet: D2, 15 and BE. RGB value is (210,21,190). Sum of RGB (Red+Green+Blue) = 210+21+190=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D215BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215BE is #2DEA41. Grayscale: #606060. Windows color (decimal): -3009090 or 12457426. OLE color: 12457426.
HSL color Cylindrical-coordinate representation of color #D215BE: hue angle of 306.35º 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 #D215BE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 306.35º | 0.82% | 0.45% | - |
| HSV(B) | 306.35º | 0.9% | 0.82% | - |
| XYZ | 36.14 | 17.96 | 50.28 | - |
| YUV | 96.78 | 180.62 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 190 | 0 | 0.90 | 0.10 | 0.18 | 306.35 | 0.82 | 0.45 |
| Hex | D2 | 15 | BE | 0 | 5A | A | 12 | 132 | 52 | 2D |
| Octal | 322 | 25 | 276 | 0 | 132 | 12 | 22 | 462 | 122 | 55 |
| Binary | 11010010 | 10101 | 10111110 | 0 | 1011010 | 1010 | 10010 | 100110010 | 1010010 | 101101 |
Color Harmonies of #D215BE
Complementary color
Monochromatic Colors of #D215BE
Black with #D215BE
Text Example
Text Example
White with #D215BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215BE; }
p { color: rgb(210,21,190); }
H1.HeaderClassName
{
color: #D215BE;
}
.AnyTagClassName
{
color: #D215BE;
}
</style>
background-color css
<style>
a { background-color: #D215BE; }
a { background-color: rgb(210,21,190); }
div.DivClassName
{
background-color: #D215BE;
}
.BgClassName
{
background-color: #D215BE;
}
</style>
border-color css
<style>
span { border-color: #D215BE; }
span { border-color: rgb(210,21,190); }
td.TdClassName
{
border-color: #D215BE;
}
.TagClassName
{
border-color: #D215BE;
}
</style>