Shades of Deep Magenta #D916BD
Tints of Deep Magenta #D916BD
RGB
CMYK
RGB Variations
Color information
#D916BD (or 0xD916BD) is known color: Deep Magenta. HEX triplet: D9, 16 and BD. RGB value is (217,22,189). Sum of RGB (Red+Green+Blue) = 217+22+189=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D916BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916BD is #26E942. Grayscale: #626262. Windows color (decimal): -2550083 or 12392153. OLE color: 12392153.
HSL color Cylindrical-coordinate representation of color #D916BD: hue angle of 308.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916BD is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.15 |
| HSL | 308.62º | 0.82% | 0.47% | - |
| HSV(B) | 308.62º | 0.9% | 0.85% | - |
| XYZ | 38.09 | 19 | 49.8 | - |
| YUV | 99.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 189 | 0 | 0.90 | 0.13 | 0.15 | 308.62 | 0.82 | 0.47 |
| Hex | D9 | 16 | BD | 0 | 5A | D | F | 135 | 52 | 2F |
| Octal | 331 | 26 | 275 | 0 | 132 | 15 | 17 | 465 | 122 | 57 |
| Binary | 11011001 | 10110 | 10111101 | 0 | 1011010 | 1101 | 1111 | 100110101 | 1010010 | 101111 |
Color Harmonies of #D916BD
Complementary color
Monochromatic Colors of #D916BD
Black with #D916BD
Text Example
Text Example
White with #D916BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916BD; }
p { color: rgb(217,22,189); }
H1.HeaderClassName
{
color: #D916BD;
}
.AnyTagClassName
{
color: #D916BD;
}
</style>
background-color css
<style>
a { background-color: #D916BD; }
a { background-color: rgb(217,22,189); }
div.DivClassName
{
background-color: #D916BD;
}
.BgClassName
{
background-color: #D916BD;
}
</style>
border-color css
<style>
span { border-color: #D916BD; }
span { border-color: rgb(217,22,189); }
td.TdClassName
{
border-color: #D916BD;
}
.TagClassName
{
border-color: #D916BD;
}
</style>