Shades of Plum #D19ED6
Tints of Plum #D19ED6
RGB
CMYK
RGB Variations
Color information
#D19ED6 (or 0xD19ED6) is known color: Plum. HEX triplet: D1, 9E and D6. RGB value is (209,158,214). Sum of RGB (Red+Green+Blue) = 209+158+214=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #D19ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ED6 is #2E6129. Grayscale: #B3B3B3. Windows color (decimal): -3039530 or 14065361. OLE color: 14065361.
HSL color Cylindrical-coordinate representation of color #D19ED6: hue angle of 294.64º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19ED6 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 158 | 214 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.16 |
| HSL | 294.64º | 0.41% | 0.73% | - |
| HSV(B) | 294.64º | 0.26% | 0.84% | - |
| XYZ | 50.66 | 42.86 | 69.22 | - |
| YUV | 179.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 214 | 0.02 | 0.26 | 0 | 0.16 | 294.64 | 0.41 | 0.73 |
| Hex | D1 | 9E | D6 | 2 | 1A | 0 | 10 | 127 | 29 | 49 |
| Octal | 321 | 236 | 326 | 2 | 32 | 0 | 20 | 447 | 51 | 111 |
| Binary | 11010001 | 10011110 | 11010110 | 10 | 11010 | 0 | 10000 | 100100111 | 101001 | 1001001 |
Color Harmonies of #D19ED6
Complementary color
Monochromatic Colors of #D19ED6
Black with #D19ED6
Text Example
Text Example
White with #D19ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ED6; }
p { color: rgb(209,158,214); }
H1.HeaderClassName
{
color: #D19ED6;
}
.AnyTagClassName
{
color: #D19ED6;
}
</style>
background-color css
<style>
a { background-color: #D19ED6; }
a { background-color: rgb(209,158,214); }
div.DivClassName
{
background-color: #D19ED6;
}
.BgClassName
{
background-color: #D19ED6;
}
</style>
border-color css
<style>
span { border-color: #D19ED6; }
span { border-color: rgb(209,158,214); }
td.TdClassName
{
border-color: #D19ED6;
}
.TagClassName
{
border-color: #D19ED6;
}
</style>