Shades of Deep Magenta #D215C1
Tints of Deep Magenta #D215C1
RGB
CMYK
RGB Variations
Color information
#D215C1 (or 0xD215C1) is known color: Deep Magenta. HEX triplet: D2, 15 and C1. RGB value is (210,21,193). Sum of RGB (Red+Green+Blue) = 210+21+193=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D215C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215C1 is #2DEA3E. Grayscale: #606060. Windows color (decimal): -3009087 or 12654034. OLE color: 12654034.
HSL color Cylindrical-coordinate representation of color #D215C1: hue angle of 305.4º 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 #D215C1 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 193 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.18 |
| HSL | 305.4º | 0.82% | 0.45% | - |
| HSV(B) | 305.4º | 0.9% | 0.82% | - |
| XYZ | 36.47 | 18.09 | 52.02 | - |
| YUV | 97.12 | 182.12 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 193 | 0 | 0.90 | 0.08 | 0.18 | 305.4 | 0.82 | 0.45 |
| Hex | D2 | 15 | C1 | 0 | 5A | 8 | 12 | 131 | 52 | 2D |
| Octal | 322 | 25 | 301 | 0 | 132 | 10 | 22 | 461 | 122 | 55 |
| Binary | 11010010 | 10101 | 11000001 | 0 | 1011010 | 1000 | 10010 | 100110001 | 1010010 | 101101 |
Color Harmonies of #D215C1
Complementary color
Monochromatic Colors of #D215C1
Black with #D215C1
Text Example
Text Example
White with #D215C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215C1; }
p { color: rgb(210,21,193); }
H1.HeaderClassName
{
color: #D215C1;
}
.AnyTagClassName
{
color: #D215C1;
}
</style>
background-color css
<style>
a { background-color: #D215C1; }
a { background-color: rgb(210,21,193); }
div.DivClassName
{
background-color: #D215C1;
}
.BgClassName
{
background-color: #D215C1;
}
</style>
border-color css
<style>
span { border-color: #D215C1; }
span { border-color: rgb(210,21,193); }
td.TdClassName
{
border-color: #D215C1;
}
.TagClassName
{
border-color: #D215C1;
}
</style>