Shades of Deep Magenta #D215D5
Tints of Deep Magenta #D215D5
RGB
CMYK
RGB Variations
Color information
#D215D5 (or 0xD215D5) is known color: Deep Magenta. HEX triplet: D2, 15 and D5. RGB value is (210,21,213). Sum of RGB (Red+Green+Blue) = 210+21+213=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #D215D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215D5 is #2DEA2A. Grayscale: #626262. Windows color (decimal): -3009067 or 13964754. OLE color: 13964754.
HSL color Cylindrical-coordinate representation of color #D215D5: hue angle of 299.06º 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 #D215D5 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 21 | 213 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.16 |
| HSL | 299.06º | 0.82% | 0.46% | - |
| HSV(B) | 299.06º | 0.9% | 0.84% | - |
| XYZ | 38.86 | 19.04 | 64.58 | - |
| YUV | 99.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 213 | 0.01 | 0.90 | 0 | 0.16 | 299.06 | 0.82 | 0.46 |
| Hex | D2 | 15 | D5 | 1 | 5A | 0 | 10 | 12B | 52 | 2E |
| Octal | 322 | 25 | 325 | 1 | 132 | 0 | 20 | 453 | 122 | 56 |
| Binary | 11010010 | 10101 | 11010101 | 1 | 1011010 | 0 | 10000 | 100101011 | 1010010 | 101110 |
Color Harmonies of #D215D5
Complementary color
Monochromatic Colors of #D215D5
Black with #D215D5
Text Example
Text Example
White with #D215D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215D5; }
p { color: rgb(210,21,213); }
H1.HeaderClassName
{
color: #D215D5;
}
.AnyTagClassName
{
color: #D215D5;
}
</style>
background-color css
<style>
a { background-color: #D215D5; }
a { background-color: rgb(210,21,213); }
div.DivClassName
{
background-color: #D215D5;
}
.BgClassName
{
background-color: #D215D5;
}
</style>
border-color css
<style>
span { border-color: #D215D5; }
span { border-color: rgb(210,21,213); }
td.TdClassName
{
border-color: #D215D5;
}
.TagClassName
{
border-color: #D215D5;
}
</style>