Shades of Plum #D79BD0
Tints of Plum #D79BD0
RGB
CMYK
RGB Variations
Color information
#D79BD0 (or 0xD79BD0) is known color: Plum. HEX triplet: D7, 9B and D0. RGB value is (215,155,208). Sum of RGB (Red+Green+Blue) = 215+155+208=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BD0 is #28642F. Grayscale: #B2B2B2. Windows color (decimal): -2647088 or 13671383. OLE color: 13671383.
HSL color Cylindrical-coordinate representation of color #D79BD0: hue angle of 307º 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 #D79BD0 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 208 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.16 |
| HSL | 307º | 0.43% | 0.73% | - |
| HSV(B) | 307º | 0.28% | 0.84% | - |
| XYZ | 51.13 | 42.44 | 65.17 | - |
| YUV | 178.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 208 | 0 | 0.28 | 0.03 | 0.16 | 307 | 0.43 | 0.73 |
| Hex | D7 | 9B | D0 | 0 | 1C | 3 | 10 | 133 | 2B | 49 |
| Octal | 327 | 233 | 320 | 0 | 34 | 3 | 20 | 463 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11010000 | 0 | 11100 | 11 | 10000 | 100110011 | 101011 | 1001001 |
Color Harmonies of #D79BD0
Complementary color
Monochromatic Colors of #D79BD0
Black with #D79BD0
Text Example
Text Example
White with #D79BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BD0; }
p { color: rgb(215,155,208); }
H1.HeaderClassName
{
color: #D79BD0;
}
.AnyTagClassName
{
color: #D79BD0;
}
</style>
background-color css
<style>
a { background-color: #D79BD0; }
a { background-color: rgb(215,155,208); }
div.DivClassName
{
background-color: #D79BD0;
}
.BgClassName
{
background-color: #D79BD0;
}
</style>
border-color css
<style>
span { border-color: #D79BD0; }
span { border-color: rgb(215,155,208); }
td.TdClassName
{
border-color: #D79BD0;
}
.TagClassName
{
border-color: #D79BD0;
}
</style>