Shades of Deep Magenta #D218D0
Tints of Deep Magenta #D218D0
RGB
CMYK
RGB Variations
Color information
#D218D0 (or 0xD218D0) is known color: Deep Magenta. HEX triplet: D2, 18 and D0. RGB value is (210,24,208). Sum of RGB (Red+Green+Blue) = 210+24+208=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D218D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218D0 is #2DE72F. Grayscale: #646464. Windows color (decimal): -3008304 or 13637842. OLE color: 13637842.
HSL color Cylindrical-coordinate representation of color #D218D0: hue angle of 300.65º 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 #D218D0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 208 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.18 |
| HSL | 300.65º | 0.79% | 0.46% | - |
| HSV(B) | 300.65º | 0.89% | 0.82% | - |
| XYZ | 38.29 | 18.91 | 61.31 | - |
| YUV | 100.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 208 | 0 | 0.89 | 0.01 | 0.18 | 300.65 | 0.79 | 0.46 |
| Hex | D2 | 18 | D0 | 0 | 59 | 1 | 12 | 12D | 4F | 2E |
| Octal | 322 | 30 | 320 | 0 | 131 | 1 | 22 | 455 | 117 | 56 |
| Binary | 11010010 | 11000 | 11010000 | 0 | 1011001 | 1 | 10010 | 100101101 | 1001111 | 101110 |
Color Harmonies of #D218D0
Complementary color
Monochromatic Colors of #D218D0
Black with #D218D0
Text Example
Text Example
White with #D218D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218D0; }
p { color: rgb(210,24,208); }
H1.HeaderClassName
{
color: #D218D0;
}
.AnyTagClassName
{
color: #D218D0;
}
</style>
background-color css
<style>
a { background-color: #D218D0; }
a { background-color: rgb(210,24,208); }
div.DivClassName
{
background-color: #D218D0;
}
.BgClassName
{
background-color: #D218D0;
}
</style>
border-color css
<style>
span { border-color: #D218D0; }
span { border-color: rgb(210,24,208); }
td.TdClassName
{
border-color: #D218D0;
}
.TagClassName
{
border-color: #D218D0;
}
</style>