Shades of Plum #D79EDB
Tints of Plum #D79EDB
RGB
CMYK
RGB Variations
Color information
#D79EDB (or 0xD79EDB) is known color: Plum. HEX triplet: D7, 9E and DB. RGB value is (215,158,219). Sum of RGB (Red+Green+Blue) = 215+158+219=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EDB is #286124. Grayscale: #B5B5B5. Windows color (decimal): -2646309 or 14393047. OLE color: 14393047.
HSL color Cylindrical-coordinate representation of color #D79EDB: hue angle of 296.07º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79EDB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 158 | 219 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.14 |
| HSL | 296.07º | 0.46% | 0.74% | - |
| HSV(B) | 296.07º | 0.28% | 0.86% | - |
| XYZ | 53.04 | 44.02 | 72.72 | - |
| YUV | 182 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 219 | 0.02 | 0.28 | 0 | 0.14 | 296.07 | 0.46 | 0.74 |
| Hex | D7 | 9E | DB | 2 | 1C | 0 | E | 128 | 2E | 4A |
| Octal | 327 | 236 | 333 | 2 | 34 | 0 | 16 | 450 | 56 | 112 |
| Binary | 11010111 | 10011110 | 11011011 | 10 | 11100 | 0 | 1110 | 100101000 | 101110 | 1001010 |
Color Harmonies of #D79EDB
Complementary color
Monochromatic Colors of #D79EDB
Black with #D79EDB
Text Example
Text Example
White with #D79EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EDB; }
p { color: rgb(215,158,219); }
H1.HeaderClassName
{
color: #D79EDB;
}
.AnyTagClassName
{
color: #D79EDB;
}
</style>
background-color css
<style>
a { background-color: #D79EDB; }
a { background-color: rgb(215,158,219); }
div.DivClassName
{
background-color: #D79EDB;
}
.BgClassName
{
background-color: #D79EDB;
}
</style>
border-color css
<style>
span { border-color: #D79EDB; }
span { border-color: rgb(215,158,219); }
td.TdClassName
{
border-color: #D79EDB;
}
.TagClassName
{
border-color: #D79EDB;
}
</style>