Shades of Deep Magenta #D918BB
Tints of Deep Magenta #D918BB
RGB
CMYK
RGB Variations
Color information
#D918BB (or 0xD918BB) is known color: Deep Magenta. HEX triplet: D9, 18 and BB. RGB value is (217,24,187). Sum of RGB (Red+Green+Blue) = 217+24+187=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D918BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918BB is #26E744. Grayscale: #636363. Windows color (decimal): -2549573 or 12261593. OLE color: 12261593.
HSL color Cylindrical-coordinate representation of color #D918BB: hue angle of 309.33º 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 #D918BB is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 187 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.15 |
| HSL | 309.33º | 0.8% | 0.47% | - |
| HSV(B) | 309.33º | 0.89% | 0.85% | - |
| XYZ | 37.91 | 18.99 | 48.68 | - |
| YUV | 100.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 187 | 0 | 0.89 | 0.14 | 0.15 | 309.33 | 0.8 | 0.47 |
| Hex | D9 | 18 | BB | 0 | 59 | E | F | 135 | 50 | 2F |
| Octal | 331 | 30 | 273 | 0 | 131 | 16 | 17 | 465 | 120 | 57 |
| Binary | 11011001 | 11000 | 10111011 | 0 | 1011001 | 1110 | 1111 | 100110101 | 1010000 | 101111 |
Color Harmonies of #D918BB
Complementary color
Monochromatic Colors of #D918BB
Black with #D918BB
Text Example
Text Example
White with #D918BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918BB; }
p { color: rgb(217,24,187); }
H1.HeaderClassName
{
color: #D918BB;
}
.AnyTagClassName
{
color: #D918BB;
}
</style>
background-color css
<style>
a { background-color: #D918BB; }
a { background-color: rgb(217,24,187); }
div.DivClassName
{
background-color: #D918BB;
}
.BgClassName
{
background-color: #D918BB;
}
</style>
border-color css
<style>
span { border-color: #D918BB; }
span { border-color: rgb(217,24,187); }
td.TdClassName
{
border-color: #D918BB;
}
.TagClassName
{
border-color: #D918BB;
}
</style>