Shades of Deep Magenta #D218C6
Tints of Deep Magenta #D218C6
RGB
CMYK
RGB Variations
Color information
#D218C6 (or 0xD218C6) is known color: Deep Magenta. HEX triplet: D2, 18 and C6. RGB value is (210,24,198). Sum of RGB (Red+Green+Blue) = 210+24+198=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D218C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218C6 is #2DE739. Grayscale: #626262. Windows color (decimal): -3008314 or 12982482. OLE color: 12982482.
HSL color Cylindrical-coordinate representation of color #D218C6: hue angle of 303.87º 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 #D218C6 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 198 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.18 |
| HSL | 303.87º | 0.79% | 0.46% | - |
| HSV(B) | 303.87º | 0.89% | 0.82% | - |
| XYZ | 37.1 | 18.43 | 55.03 | - |
| YUV | 99.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 198 | 0 | 0.89 | 0.06 | 0.18 | 303.87 | 0.79 | 0.46 |
| Hex | D2 | 18 | C6 | 0 | 59 | 6 | 12 | 130 | 4F | 2E |
| Octal | 322 | 30 | 306 | 0 | 131 | 6 | 22 | 460 | 117 | 56 |
| Binary | 11010010 | 11000 | 11000110 | 0 | 1011001 | 110 | 10010 | 100110000 | 1001111 | 101110 |
Color Harmonies of #D218C6
Complementary color
Monochromatic Colors of #D218C6
Black with #D218C6
Text Example
Text Example
White with #D218C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218C6; }
p { color: rgb(210,24,198); }
H1.HeaderClassName
{
color: #D218C6;
}
.AnyTagClassName
{
color: #D218C6;
}
</style>
background-color css
<style>
a { background-color: #D218C6; }
a { background-color: rgb(210,24,198); }
div.DivClassName
{
background-color: #D218C6;
}
.BgClassName
{
background-color: #D218C6;
}
</style>
border-color css
<style>
span { border-color: #D218C6; }
span { border-color: rgb(210,24,198); }
td.TdClassName
{
border-color: #D218C6;
}
.TagClassName
{
border-color: #D218C6;
}
</style>