Shades of Deep Magenta #D218BC
Tints of Deep Magenta #D218BC
RGB
CMYK
RGB Variations
Color information
#D218BC (or 0xD218BC) is known color: Deep Magenta. HEX triplet: D2, 18 and BC. RGB value is (210,24,188). Sum of RGB (Red+Green+Blue) = 210+24+188=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D218BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218BC is #2DE743. Grayscale: #616161. Windows color (decimal): -3008324 or 12327122. OLE color: 12327122.
HSL color Cylindrical-coordinate representation of color #D218BC: hue angle of 307.1º 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 #D218BC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.18 |
| HSL | 307.1º | 0.79% | 0.46% | - |
| HSV(B) | 307.1º | 0.89% | 0.82% | - |
| XYZ | 35.98 | 17.99 | 49.15 | - |
| YUV | 98.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 188 | 0 | 0.89 | 0.10 | 0.18 | 307.1 | 0.79 | 0.46 |
| Hex | D2 | 18 | BC | 0 | 59 | A | 12 | 133 | 4F | 2E |
| Octal | 322 | 30 | 274 | 0 | 131 | 12 | 22 | 463 | 117 | 56 |
| Binary | 11010010 | 11000 | 10111100 | 0 | 1011001 | 1010 | 10010 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D218BC
Complementary color
Monochromatic Colors of #D218BC
Black with #D218BC
Text Example
Text Example
White with #D218BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218BC; }
p { color: rgb(210,24,188); }
H1.HeaderClassName
{
color: #D218BC;
}
.AnyTagClassName
{
color: #D218BC;
}
</style>
background-color css
<style>
a { background-color: #D218BC; }
a { background-color: rgb(210,24,188); }
div.DivClassName
{
background-color: #D218BC;
}
.BgClassName
{
background-color: #D218BC;
}
</style>
border-color css
<style>
span { border-color: #D218BC; }
span { border-color: rgb(210,24,188); }
td.TdClassName
{
border-color: #D218BC;
}
.TagClassName
{
border-color: #D218BC;
}
</style>