Shades of Plum #D79BDE
Tints of Plum #D79BDE
RGB
CMYK
RGB Variations
Color information
#D79BDE (or 0xD79BDE) is known color: Plum. HEX triplet: D7, 9B and DE. RGB value is (215,155,222). Sum of RGB (Red+Green+Blue) = 215+155+222=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #D79BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BDE is #286421. Grayscale: #B4B4B4. Windows color (decimal): -2647074 or 14588887. OLE color: 14588887.
HSL color Cylindrical-coordinate representation of color #D79BDE: hue angle of 293.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79BDE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 155 | 222 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 293.73º | 0.5% | 0.74% | - |
| HSV(B) | 293.73º | 0.3% | 0.87% | - |
| XYZ | 52.93 | 43.16 | 74.65 | - |
| YUV | 180.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 222 | 0.03 | 0.30 | 0 | 0.13 | 293.73 | 0.5 | 0.74 |
| Hex | D7 | 9B | DE | 3 | 1E | 0 | D | 126 | 32 | 4A |
| Octal | 327 | 233 | 336 | 3 | 36 | 0 | 15 | 446 | 62 | 112 |
| Binary | 11010111 | 10011011 | 11011110 | 11 | 11110 | 0 | 1101 | 100100110 | 110010 | 1001010 |
Color Harmonies of #D79BDE
Complementary color
Monochromatic Colors of #D79BDE
Black with #D79BDE
Text Example
Text Example
White with #D79BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BDE; }
p { color: rgb(215,155,222); }
H1.HeaderClassName
{
color: #D79BDE;
}
.AnyTagClassName
{
color: #D79BDE;
}
</style>
background-color css
<style>
a { background-color: #D79BDE; }
a { background-color: rgb(215,155,222); }
div.DivClassName
{
background-color: #D79BDE;
}
.BgClassName
{
background-color: #D79BDE;
}
</style>
border-color css
<style>
span { border-color: #D79BDE; }
span { border-color: rgb(215,155,222); }
td.TdClassName
{
border-color: #D79BDE;
}
.TagClassName
{
border-color: #D79BDE;
}
</style>