Shades of Deep Magenta #D817B5
Tints of Deep Magenta #D817B5
RGB
CMYK
RGB Variations
Color information
#D817B5 (or 0xD817B5) is known color: Deep Magenta. HEX triplet: D8, 17 and B5. RGB value is (216,23,181). Sum of RGB (Red+Green+Blue) = 216+23+181=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D817B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817B5 is #27E84A. Grayscale: #626262. Windows color (decimal): -2615371 or 11868120. OLE color: 11868120.
HSL color Cylindrical-coordinate representation of color #D817B5: hue angle of 310.88º degrees, saturation: 0.81, 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 #D817B5 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 181 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.15 |
| HSL | 310.88º | 0.81% | 0.47% | - |
| HSV(B) | 310.88º | 0.89% | 0.85% | - |
| XYZ | 36.97 | 18.55 | 45.35 | - |
| YUV | 98.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 181 | 0 | 0.89 | 0.16 | 0.15 | 310.88 | 0.81 | 0.47 |
| Hex | D8 | 17 | B5 | 0 | 59 | 10 | F | 137 | 51 | 2F |
| Octal | 330 | 27 | 265 | 0 | 131 | 20 | 17 | 467 | 121 | 57 |
| Binary | 11011000 | 10111 | 10110101 | 0 | 1011001 | 10000 | 1111 | 100110111 | 1010001 | 101111 |
Color Harmonies of #D817B5
Complementary color
Monochromatic Colors of #D817B5
Black with #D817B5
Text Example
Text Example
White with #D817B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D817B5; }
p { color: rgb(216,23,181); }
H1.HeaderClassName
{
color: #D817B5;
}
.AnyTagClassName
{
color: #D817B5;
}
</style>
background-color css
<style>
a { background-color: #D817B5; }
a { background-color: rgb(216,23,181); }
div.DivClassName
{
background-color: #D817B5;
}
.BgClassName
{
background-color: #D817B5;
}
</style>
border-color css
<style>
span { border-color: #D817B5; }
span { border-color: rgb(216,23,181); }
td.TdClassName
{
border-color: #D817B5;
}
.TagClassName
{
border-color: #D817B5;
}
</style>