Shades of Plum #D79BDA
Tints of Plum #D79BDA
RGB
CMYK
RGB Variations
Color information
#D79BDA (or 0xD79BDA) is known color: Plum. HEX triplet: D7, 9B and DA. RGB value is (215,155,218). Sum of RGB (Red+Green+Blue) = 215+155+218=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BDA is #286425. Grayscale: #B3B3B3. Windows color (decimal): -2647078 or 14326743. OLE color: 14326743.
HSL color Cylindrical-coordinate representation of color #D79BDA: hue angle of 297.14º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79BDA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 155 | 218 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.15 |
| HSL | 297.14º | 0.46% | 0.73% | - |
| HSV(B) | 297.14º | 0.29% | 0.85% | - |
| XYZ | 52.4 | 42.95 | 71.86 | - |
| YUV | 180.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 218 | 0.01 | 0.29 | 0 | 0.15 | 297.14 | 0.46 | 0.73 |
| Hex | D7 | 9B | DA | 1 | 1D | 0 | F | 129 | 2E | 49 |
| Octal | 327 | 233 | 332 | 1 | 35 | 0 | 17 | 451 | 56 | 111 |
| Binary | 11010111 | 10011011 | 11011010 | 1 | 11101 | 0 | 1111 | 100101001 | 101110 | 1001001 |
Color Harmonies of #D79BDA
Complementary color
Monochromatic Colors of #D79BDA
Black with #D79BDA
Text Example
Text Example
White with #D79BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BDA; }
p { color: rgb(215,155,218); }
H1.HeaderClassName
{
color: #D79BDA;
}
.AnyTagClassName
{
color: #D79BDA;
}
</style>
background-color css
<style>
a { background-color: #D79BDA; }
a { background-color: rgb(215,155,218); }
div.DivClassName
{
background-color: #D79BDA;
}
.BgClassName
{
background-color: #D79BDA;
}
</style>
border-color css
<style>
span { border-color: #D79BDA; }
span { border-color: rgb(215,155,218); }
td.TdClassName
{
border-color: #D79BDA;
}
.TagClassName
{
border-color: #D79BDA;
}
</style>