Shades of Deep Magenta #D215C7
Tints of Deep Magenta #D215C7
RGB
CMYK
RGB Variations
Color information
#D215C7 (or 0xD215C7) is known color: Deep Magenta. HEX triplet: D2, 15 and C7. RGB value is (210,21,199). Sum of RGB (Red+Green+Blue) = 210+21+199=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D215C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215C7 is #2DEA38. Grayscale: #616161. Windows color (decimal): -3009081 or 13047250. OLE color: 13047250.
HSL color Cylindrical-coordinate representation of color #D215C7: hue angle of 303.49º 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 #D215C7 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 199 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.18 |
| HSL | 303.49º | 0.82% | 0.45% | - |
| HSV(B) | 303.49º | 0.9% | 0.82% | - |
| XYZ | 37.16 | 18.36 | 55.62 | - |
| YUV | 97.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 199 | 0 | 0.90 | 0.05 | 0.18 | 303.49 | 0.82 | 0.45 |
| Hex | D2 | 15 | C7 | 0 | 5A | 5 | 12 | 12F | 52 | 2D |
| Octal | 322 | 25 | 307 | 0 | 132 | 5 | 22 | 457 | 122 | 55 |
| Binary | 11010010 | 10101 | 11000111 | 0 | 1011010 | 101 | 10010 | 100101111 | 1010010 | 101101 |
Color Harmonies of #D215C7
Complementary color
Monochromatic Colors of #D215C7
Black with #D215C7
Text Example
Text Example
White with #D215C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215C7; }
p { color: rgb(210,21,199); }
H1.HeaderClassName
{
color: #D215C7;
}
.AnyTagClassName
{
color: #D215C7;
}
</style>
background-color css
<style>
a { background-color: #D215C7; }
a { background-color: rgb(210,21,199); }
div.DivClassName
{
background-color: #D215C7;
}
.BgClassName
{
background-color: #D215C7;
}
</style>
border-color css
<style>
span { border-color: #D215C7; }
span { border-color: rgb(210,21,199); }
td.TdClassName
{
border-color: #D215C7;
}
.TagClassName
{
border-color: #D215C7;
}
</style>