Shades of Plum #D79BDB
Tints of Plum #D79BDB
RGB
CMYK
RGB Variations
Color information
#D79BDB (or 0xD79BDB) is known color: Plum. HEX triplet: D7, 9B and DB. RGB value is (215,155,219). Sum of RGB (Red+Green+Blue) = 215+155+219=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BDB is #286424. Grayscale: #B4B4B4. Windows color (decimal): -2647077 or 14392279. OLE color: 14392279.
HSL color Cylindrical-coordinate representation of color #D79BDB: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79BDB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 155 | 219 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.14 |
| HSL | 296.25º | 0.47% | 0.73% | - |
| HSV(B) | 296.25º | 0.29% | 0.86% | - |
| XYZ | 52.53 | 43 | 72.55 | - |
| YUV | 180.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 219 | 0.02 | 0.29 | 0 | 0.14 | 296.25 | 0.47 | 0.73 |
| Hex | D7 | 9B | DB | 2 | 1D | 0 | E | 128 | 2F | 49 |
| Octal | 327 | 233 | 333 | 2 | 35 | 0 | 16 | 450 | 57 | 111 |
| Binary | 11010111 | 10011011 | 11011011 | 10 | 11101 | 0 | 1110 | 100101000 | 101111 | 1001001 |
Color Harmonies of #D79BDB
Complementary color
Monochromatic Colors of #D79BDB
Black with #D79BDB
Text Example
Text Example
White with #D79BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BDB; }
p { color: rgb(215,155,219); }
H1.HeaderClassName
{
color: #D79BDB;
}
.AnyTagClassName
{
color: #D79BDB;
}
</style>
background-color css
<style>
a { background-color: #D79BDB; }
a { background-color: rgb(215,155,219); }
div.DivClassName
{
background-color: #D79BDB;
}
.BgClassName
{
background-color: #D79BDB;
}
</style>
border-color css
<style>
span { border-color: #D79BDB; }
span { border-color: rgb(215,155,219); }
td.TdClassName
{
border-color: #D79BDB;
}
.TagClassName
{
border-color: #D79BDB;
}
</style>