Shades of Deep Magenta #D918B8
Tints of Deep Magenta #D918B8
RGB
CMYK
RGB Variations
Color information
#D918B8 (or 0xD918B8) is known color: Deep Magenta. HEX triplet: D9, 18 and B8. RGB value is (217,24,184). Sum of RGB (Red+Green+Blue) = 217+24+184=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D918B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918B8 is #26E747. Grayscale: #636363. Windows color (decimal): -2549576 or 12064985. OLE color: 12064985.
HSL color Cylindrical-coordinate representation of color #D918B8: hue angle of 310.26º 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 #D918B8 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 184 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.15 |
| HSL | 310.26º | 0.8% | 0.47% | - |
| HSV(B) | 310.26º | 0.89% | 0.85% | - |
| XYZ | 37.59 | 18.87 | 47.01 | - |
| YUV | 99.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 184 | 0 | 0.89 | 0.15 | 0.15 | 310.26 | 0.8 | 0.47 |
| Hex | D9 | 18 | B8 | 0 | 59 | F | F | 136 | 50 | 2F |
| Octal | 331 | 30 | 270 | 0 | 131 | 17 | 17 | 466 | 120 | 57 |
| Binary | 11011001 | 11000 | 10111000 | 0 | 1011001 | 1111 | 1111 | 100110110 | 1010000 | 101111 |
Color Harmonies of #D918B8
Complementary color
Monochromatic Colors of #D918B8
Black with #D918B8
Text Example
Text Example
White with #D918B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918B8; }
p { color: rgb(217,24,184); }
H1.HeaderClassName
{
color: #D918B8;
}
.AnyTagClassName
{
color: #D918B8;
}
</style>
background-color css
<style>
a { background-color: #D918B8; }
a { background-color: rgb(217,24,184); }
div.DivClassName
{
background-color: #D918B8;
}
.BgClassName
{
background-color: #D918B8;
}
</style>
border-color css
<style>
span { border-color: #D918B8; }
span { border-color: rgb(217,24,184); }
td.TdClassName
{
border-color: #D918B8;
}
.TagClassName
{
border-color: #D918B8;
}
</style>