Shades of Deep Magenta #D215B7
Tints of Deep Magenta #D215B7
RGB
CMYK
RGB Variations
Color information
#D215B7 (or 0xD215B7) is known color: Deep Magenta. HEX triplet: D2, 15 and B7. RGB value is (210,21,183). Sum of RGB (Red+Green+Blue) = 210+21+183=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D215B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215B7 is #2DEA48. Grayscale: #5F5F5F. Windows color (decimal): -3009097 or 11998674. OLE color: 11998674.
HSL color Cylindrical-coordinate representation of color #D215B7: hue angle of 308.57º 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 #D215B7 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 183 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.18 |
| HSL | 308.57º | 0.82% | 0.45% | - |
| HSV(B) | 308.57º | 0.9% | 0.82% | - |
| XYZ | 35.39 | 17.66 | 46.34 | - |
| YUV | 95.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 183 | 0 | 0.90 | 0.13 | 0.18 | 308.57 | 0.82 | 0.45 |
| Hex | D2 | 15 | B7 | 0 | 5A | D | 12 | 135 | 52 | 2D |
| Octal | 322 | 25 | 267 | 0 | 132 | 15 | 22 | 465 | 122 | 55 |
| Binary | 11010010 | 10101 | 10110111 | 0 | 1011010 | 1101 | 10010 | 100110101 | 1010010 | 101101 |
Color Harmonies of #D215B7
Complementary color
Monochromatic Colors of #D215B7
Black with #D215B7
Text Example
Text Example
White with #D215B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215B7; }
p { color: rgb(210,21,183); }
H1.HeaderClassName
{
color: #D215B7;
}
.AnyTagClassName
{
color: #D215B7;
}
</style>
background-color css
<style>
a { background-color: #D215B7; }
a { background-color: rgb(210,21,183); }
div.DivClassName
{
background-color: #D215B7;
}
.BgClassName
{
background-color: #D215B7;
}
</style>
border-color css
<style>
span { border-color: #D215B7; }
span { border-color: rgb(210,21,183); }
td.TdClassName
{
border-color: #D215B7;
}
.TagClassName
{
border-color: #D215B7;
}
</style>