Shades of Deep Magenta #D218CD
Tints of Deep Magenta #D218CD
RGB
CMYK
RGB Variations
Color information
#D218CD (or 0xD218CD) is known color: Deep Magenta. HEX triplet: D2, 18 and CD. RGB value is (210,24,205). Sum of RGB (Red+Green+Blue) = 210+24+205=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D218CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218CD is #2DE732. Grayscale: #636363. Windows color (decimal): -3008307 or 13441234. OLE color: 13441234.
HSL color Cylindrical-coordinate representation of color #D218CD: hue angle of 301.61º 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 #D218CD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 205 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.18 |
| HSL | 301.61º | 0.79% | 0.46% | - |
| HSV(B) | 301.61º | 0.89% | 0.82% | - |
| XYZ | 37.92 | 18.76 | 59.38 | - |
| YUV | 100.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 205 | 0 | 0.89 | 0.02 | 0.18 | 301.61 | 0.79 | 0.46 |
| Hex | D2 | 18 | CD | 0 | 59 | 2 | 12 | 12E | 4F | 2E |
| Octal | 322 | 30 | 315 | 0 | 131 | 2 | 22 | 456 | 117 | 56 |
| Binary | 11010010 | 11000 | 11001101 | 0 | 1011001 | 10 | 10010 | 100101110 | 1001111 | 101110 |
Color Harmonies of #D218CD
Complementary color
Monochromatic Colors of #D218CD
Black with #D218CD
Text Example
Text Example
White with #D218CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218CD; }
p { color: rgb(210,24,205); }
H1.HeaderClassName
{
color: #D218CD;
}
.AnyTagClassName
{
color: #D218CD;
}
</style>
background-color css
<style>
a { background-color: #D218CD; }
a { background-color: rgb(210,24,205); }
div.DivClassName
{
background-color: #D218CD;
}
.BgClassName
{
background-color: #D218CD;
}
</style>
border-color css
<style>
span { border-color: #D218CD; }
span { border-color: rgb(210,24,205); }
td.TdClassName
{
border-color: #D218CD;
}
.TagClassName
{
border-color: #D218CD;
}
</style>