Shades of Plum #D69EDA
Tints of Plum #D69EDA
RGB
CMYK
RGB Variations
Color information
#D69EDA (or 0xD69EDA) is known color: Plum. HEX triplet: D6, 9E and DA. RGB value is (214,158,218). Sum of RGB (Red+Green+Blue) = 214+158+218=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDA is #296125. Grayscale: #B5B5B5. Windows color (decimal): -2711846 or 14327510. OLE color: 14327510.
HSL color Cylindrical-coordinate representation of color #D69EDA: hue angle of 296º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69EDA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 158 | 218 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.15 |
| HSL | 296º | 0.45% | 0.74% | - |
| HSV(B) | 296º | 0.28% | 0.85% | - |
| XYZ | 52.61 | 43.81 | 72.01 | - |
| YUV | 181.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 218 | 0.02 | 0.28 | 0 | 0.15 | 296 | 0.45 | 0.74 |
| Hex | D6 | 9E | DA | 2 | 1C | 0 | F | 128 | 2D | 4A |
| Octal | 326 | 236 | 332 | 2 | 34 | 0 | 17 | 450 | 55 | 112 |
| Binary | 11010110 | 10011110 | 11011010 | 10 | 11100 | 0 | 1111 | 100101000 | 101101 | 1001010 |
Color Harmonies of #D69EDA
Complementary color
Monochromatic Colors of #D69EDA
Black with #D69EDA
Text Example
Text Example
White with #D69EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EDA; }
p { color: rgb(214,158,218); }
H1.HeaderClassName
{
color: #D69EDA;
}
.AnyTagClassName
{
color: #D69EDA;
}
</style>
background-color css
<style>
a { background-color: #D69EDA; }
a { background-color: rgb(214,158,218); }
div.DivClassName
{
background-color: #D69EDA;
}
.BgClassName
{
background-color: #D69EDA;
}
</style>
border-color css
<style>
span { border-color: #D69EDA; }
span { border-color: rgb(214,158,218); }
td.TdClassName
{
border-color: #D69EDA;
}
.TagClassName
{
border-color: #D69EDA;
}
</style>