Shades of Deep Magenta #D317DB
Tints of Deep Magenta #D317DB
RGB
CMYK
RGB Variations
Color information
#D317DB (or 0xD317DB) is known color: Deep Magenta. HEX triplet: D3, 17 and DB. RGB value is (211,23,219). Sum of RGB (Red+Green+Blue) = 211+23+219=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #D317DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317DB is #2CE824. Grayscale: #646464. Windows color (decimal): -2943013 or 14358483. OLE color: 14358483.
HSL color Cylindrical-coordinate representation of color #D317DB: hue angle of 297.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D317DB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 23 | 219 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.14 |
| HSL | 297.55º | 0.81% | 0.47% | - |
| HSV(B) | 297.55º | 0.89% | 0.86% | - |
| XYZ | 39.96 | 19.58 | 68.69 | - |
| YUV | 101.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 219 | 0.04 | 0.89 | 0 | 0.14 | 297.55 | 0.81 | 0.47 |
| Hex | D3 | 17 | DB | 4 | 59 | 0 | E | 12A | 51 | 2F |
| Octal | 323 | 27 | 333 | 4 | 131 | 0 | 16 | 452 | 121 | 57 |
| Binary | 11010011 | 10111 | 11011011 | 100 | 1011001 | 0 | 1110 | 100101010 | 1010001 | 101111 |
Color Harmonies of #D317DB
Complementary color
Monochromatic Colors of #D317DB
Black with #D317DB
Text Example
Text Example
White with #D317DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317DB; }
p { color: rgb(211,23,219); }
H1.HeaderClassName
{
color: #D317DB;
}
.AnyTagClassName
{
color: #D317DB;
}
</style>
background-color css
<style>
a { background-color: #D317DB; }
a { background-color: rgb(211,23,219); }
div.DivClassName
{
background-color: #D317DB;
}
.BgClassName
{
background-color: #D317DB;
}
</style>
border-color css
<style>
span { border-color: #D317DB; }
span { border-color: rgb(211,23,219); }
td.TdClassName
{
border-color: #D317DB;
}
.TagClassName
{
border-color: #D317DB;
}
</style>