Shades of Deep Magenta #D218C5
Tints of Deep Magenta #D218C5
RGB
CMYK
RGB Variations
Color information
#D218C5 (or 0xD218C5) is known color: Deep Magenta. HEX triplet: D2, 18 and C5. RGB value is (210,24,197). Sum of RGB (Red+Green+Blue) = 210+24+197=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D218C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218C5 is #2DE73A. Grayscale: #626262. Windows color (decimal): -3008315 or 12916946. OLE color: 12916946.
HSL color Cylindrical-coordinate representation of color #D218C5: hue angle of 304.19º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218C5 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 197 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.18 |
| HSL | 304.19º | 0.79% | 0.46% | - |
| HSV(B) | 304.19º | 0.89% | 0.82% | - |
| XYZ | 36.98 | 18.39 | 54.42 | - |
| YUV | 99.34 | 183.12 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 197 | 0 | 0.89 | 0.06 | 0.18 | 304.19 | 0.79 | 0.46 |
| Hex | D2 | 18 | C5 | 0 | 59 | 6 | 12 | 130 | 4F | 2E |
| Octal | 322 | 30 | 305 | 0 | 131 | 6 | 22 | 460 | 117 | 56 |
| Binary | 11010010 | 11000 | 11000101 | 0 | 1011001 | 110 | 10010 | 100110000 | 1001111 | 101110 |
Color Harmonies of #D218C5
Complementary color
Monochromatic Colors of #D218C5
Black with #D218C5
Text Example
Text Example
White with #D218C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218C5; }
p { color: rgb(210,24,197); }
H1.HeaderClassName
{
color: #D218C5;
}
.AnyTagClassName
{
color: #D218C5;
}
</style>
background-color css
<style>
a { background-color: #D218C5; }
a { background-color: rgb(210,24,197); }
div.DivClassName
{
background-color: #D218C5;
}
.BgClassName
{
background-color: #D218C5;
}
</style>
border-color css
<style>
span { border-color: #D218C5; }
span { border-color: rgb(210,24,197); }
td.TdClassName
{
border-color: #D218C5;
}
.TagClassName
{
border-color: #D218C5;
}
</style>