Shades of Deep Magenta #D818B9
Tints of Deep Magenta #D818B9
RGB
CMYK
RGB Variations
Color information
#D818B9 (or 0xD818B9) is known color: Deep Magenta. HEX triplet: D8, 18 and B9. RGB value is (216,24,185). Sum of RGB (Red+Green+Blue) = 216+24+185=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D818B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D818B9 is #27E746. Grayscale: #636363. Windows color (decimal): -2615111 or 12130520. OLE color: 12130520.
HSL color Cylindrical-coordinate representation of color #D818B9: hue angle of 309.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D818B9 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 185 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.15 |
| HSL | 309.69º | 0.8% | 0.47% | - |
| HSV(B) | 309.69º | 0.89% | 0.85% | - |
| XYZ | 37.4 | 18.75 | 47.55 | - |
| YUV | 99.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 185 | 0 | 0.89 | 0.14 | 0.15 | 309.69 | 0.8 | 0.47 |
| Hex | D8 | 18 | B9 | 0 | 59 | E | F | 136 | 50 | 2F |
| Octal | 330 | 30 | 271 | 0 | 131 | 16 | 17 | 466 | 120 | 57 |
| Binary | 11011000 | 11000 | 10111001 | 0 | 1011001 | 1110 | 1111 | 100110110 | 1010000 | 101111 |
Color Harmonies of #D818B9
Complementary color
Monochromatic Colors of #D818B9
Black with #D818B9
Text Example
Text Example
White with #D818B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D818B9; }
p { color: rgb(216,24,185); }
H1.HeaderClassName
{
color: #D818B9;
}
.AnyTagClassName
{
color: #D818B9;
}
</style>
background-color css
<style>
a { background-color: #D818B9; }
a { background-color: rgb(216,24,185); }
div.DivClassName
{
background-color: #D818B9;
}
.BgClassName
{
background-color: #D818B9;
}
</style>
border-color css
<style>
span { border-color: #D818B9; }
span { border-color: rgb(216,24,185); }
td.TdClassName
{
border-color: #D818B9;
}
.TagClassName
{
border-color: #D818B9;
}
</style>