Shades of Plum #D79BD1
Tints of Plum #D79BD1
RGB
CMYK
RGB Variations
Color information
#D79BD1 (or 0xD79BD1) is known color: Plum. HEX triplet: D7, 9B and D1. RGB value is (215,155,209). Sum of RGB (Red+Green+Blue) = 215+155+209=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BD1 is #28642E. Grayscale: #B2B2B2. Windows color (decimal): -2647087 or 13736919. OLE color: 13736919.
HSL color Cylindrical-coordinate representation of color #D79BD1: hue angle of 306º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BD1 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 209 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.16 |
| HSL | 306º | 0.43% | 0.73% | - |
| HSV(B) | 306º | 0.28% | 0.84% | - |
| XYZ | 51.25 | 42.49 | 65.82 | - |
| YUV | 179.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 209 | 0 | 0.28 | 0.03 | 0.16 | 306 | 0.43 | 0.73 |
| Hex | D7 | 9B | D1 | 0 | 1C | 3 | 10 | 132 | 2B | 49 |
| Octal | 327 | 233 | 321 | 0 | 34 | 3 | 20 | 462 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11010001 | 0 | 11100 | 11 | 10000 | 100110010 | 101011 | 1001001 |
Color Harmonies of #D79BD1
Complementary color
Monochromatic Colors of #D79BD1
Black with #D79BD1
Text Example
Text Example
White with #D79BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BD1; }
p { color: rgb(215,155,209); }
H1.HeaderClassName
{
color: #D79BD1;
}
.AnyTagClassName
{
color: #D79BD1;
}
</style>
background-color css
<style>
a { background-color: #D79BD1; }
a { background-color: rgb(215,155,209); }
div.DivClassName
{
background-color: #D79BD1;
}
.BgClassName
{
background-color: #D79BD1;
}
</style>
border-color css
<style>
span { border-color: #D79BD1; }
span { border-color: rgb(215,155,209); }
td.TdClassName
{
border-color: #D79BD1;
}
.TagClassName
{
border-color: #D79BD1;
}
</style>