Shades of Deep Magenta #D918BD
Tints of Deep Magenta #D918BD
RGB
CMYK
RGB Variations
Color information
#D918BD (or 0xD918BD) is known color: Deep Magenta. HEX triplet: D9, 18 and BD. RGB value is (217,24,189). Sum of RGB (Red+Green+Blue) = 217+24+189=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D918BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918BD is #26E742. Grayscale: #646464. Windows color (decimal): -2549571 or 12392665. OLE color: 12392665.
HSL color Cylindrical-coordinate representation of color #D918BD: hue angle of 308.7º 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 #D918BD is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 189 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.15 |
| HSL | 308.7º | 0.8% | 0.47% | - |
| HSV(B) | 308.7º | 0.89% | 0.85% | - |
| XYZ | 38.13 | 19.08 | 49.82 | - |
| YUV | 100.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 189 | 0 | 0.89 | 0.13 | 0.15 | 308.7 | 0.8 | 0.47 |
| Hex | D9 | 18 | BD | 0 | 59 | D | F | 135 | 50 | 2F |
| Octal | 331 | 30 | 275 | 0 | 131 | 15 | 17 | 465 | 120 | 57 |
| Binary | 11011001 | 11000 | 10111101 | 0 | 1011001 | 1101 | 1111 | 100110101 | 1010000 | 101111 |
Color Harmonies of #D918BD
Complementary color
Monochromatic Colors of #D918BD
Black with #D918BD
Text Example
Text Example
White with #D918BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918BD; }
p { color: rgb(217,24,189); }
H1.HeaderClassName
{
color: #D918BD;
}
.AnyTagClassName
{
color: #D918BD;
}
</style>
background-color css
<style>
a { background-color: #D918BD; }
a { background-color: rgb(217,24,189); }
div.DivClassName
{
background-color: #D918BD;
}
.BgClassName
{
background-color: #D918BD;
}
</style>
border-color css
<style>
span { border-color: #D918BD; }
span { border-color: rgb(217,24,189); }
td.TdClassName
{
border-color: #D918BD;
}
.TagClassName
{
border-color: #D918BD;
}
</style>