Shades of Plum #D19ED4
Tints of Plum #D19ED4
RGB
CMYK
RGB Variations
Color information
#D19ED4 (or 0xD19ED4) is known color: Plum. HEX triplet: D1, 9E and D4. RGB value is (209,158,212). Sum of RGB (Red+Green+Blue) = 209+158+212=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #D19ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ED4 is #2E612B. Grayscale: #B3B3B3. Windows color (decimal): -3039532 or 13934289. OLE color: 13934289.
HSL color Cylindrical-coordinate representation of color #D19ED4: hue angle of 296.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19ED4 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 158 | 212 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.17 |
| HSL | 296.67º | 0.39% | 0.73% | - |
| HSV(B) | 296.67º | 0.25% | 0.83% | - |
| XYZ | 50.41 | 42.76 | 67.88 | - |
| YUV | 179.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 212 | 0.01 | 0.25 | 0 | 0.17 | 296.67 | 0.39 | 0.73 |
| Hex | D1 | 9E | D4 | 1 | 19 | 0 | 11 | 129 | 27 | 49 |
| Octal | 321 | 236 | 324 | 1 | 31 | 0 | 21 | 451 | 47 | 111 |
| Binary | 11010001 | 10011110 | 11010100 | 1 | 11001 | 0 | 10001 | 100101001 | 100111 | 1001001 |
Color Harmonies of #D19ED4
Complementary color
Monochromatic Colors of #D19ED4
Black with #D19ED4
Text Example
Text Example
White with #D19ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19ED4; }
p { color: rgb(209,158,212); }
H1.HeaderClassName
{
color: #D19ED4;
}
.AnyTagClassName
{
color: #D19ED4;
}
</style>
background-color css
<style>
a { background-color: #D19ED4; }
a { background-color: rgb(209,158,212); }
div.DivClassName
{
background-color: #D19ED4;
}
.BgClassName
{
background-color: #D19ED4;
}
</style>
border-color css
<style>
span { border-color: #D19ED4; }
span { border-color: rgb(209,158,212); }
td.TdClassName
{
border-color: #D19ED4;
}
.TagClassName
{
border-color: #D19ED4;
}
</style>