Shades of Plum #D49ED4
Tints of Plum #D49ED4
RGB
CMYK
RGB Variations
Color information
#D49ED4 (or 0xD49ED4) is known color: Plum. HEX triplet: D4, 9E and D4. RGB value is (212,158,212). Sum of RGB (Red+Green+Blue) = 212+158+212=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D49ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ED4 is #2B612B. Grayscale: #B4B4B4. Windows color (decimal): -2842924 or 13934292. OLE color: 13934292.
HSL color Cylindrical-coordinate representation of color #D49ED4: hue angle of 300º 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 #D49ED4 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 212 | - |
| CMYK | 0 | 0.25 | 0 | 0.17 |
| HSL | 300º | 0.39% | 0.73% | - |
| HSV(B) | 300º | 0.25% | 0.83% | - |
| XYZ | 51.26 | 43.2 | 67.92 | - |
| YUV | 180.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 212 | 0 | 0.25 | 0 | 0.17 | 300 | 0.39 | 0.73 |
| Hex | D4 | 9E | D4 | 0 | 19 | 0 | 11 | 12C | 27 | 49 |
| Octal | 324 | 236 | 324 | 0 | 31 | 0 | 21 | 454 | 47 | 111 |
| Binary | 11010100 | 10011110 | 11010100 | 0 | 11001 | 0 | 10001 | 100101100 | 100111 | 1001001 |
Color Harmonies of #D49ED4
Complementary color
Monochromatic Colors of #D49ED4
Black with #D49ED4
Text Example
Text Example
White with #D49ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ED4; }
p { color: rgb(212,158,212); }
H1.HeaderClassName
{
color: #D49ED4;
}
.AnyTagClassName
{
color: #D49ED4;
}
</style>
background-color css
<style>
a { background-color: #D49ED4; }
a { background-color: rgb(212,158,212); }
div.DivClassName
{
background-color: #D49ED4;
}
.BgClassName
{
background-color: #D49ED4;
}
</style>
border-color css
<style>
span { border-color: #D49ED4; }
span { border-color: rgb(212,158,212); }
td.TdClassName
{
border-color: #D49ED4;
}
.TagClassName
{
border-color: #D49ED4;
}
</style>