Shades of Plum #D79DE1
Tints of Plum #D79DE1
RGB
CMYK
RGB Variations
Color information
#D79DE1 (or 0xD79DE1) is known color: Plum. HEX triplet: D7, 9D and E1. RGB value is (215,157,225). Sum of RGB (Red+Green+Blue) = 215+157+225=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DE1 is #28621E. Grayscale: #B5B5B5. Windows color (decimal): -2646559 or 14786007. OLE color: 14786007.
HSL color Cylindrical-coordinate representation of color #D79DE1: hue angle of 291.18º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79DE1 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 157 | 225 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.12 |
| HSL | 291.18º | 0.53% | 0.75% | - |
| HSV(B) | 291.18º | 0.3% | 0.88% | - |
| XYZ | 53.67 | 44 | 76.9 | - |
| YUV | 182.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 225 | 0.04 | 0.30 | 0 | 0.12 | 291.18 | 0.53 | 0.75 |
| Hex | D7 | 9D | E1 | 4 | 1E | 0 | C | 123 | 35 | 4B |
| Octal | 327 | 235 | 341 | 4 | 36 | 0 | 14 | 443 | 65 | 113 |
| Binary | 11010111 | 10011101 | 11100001 | 100 | 11110 | 0 | 1100 | 100100011 | 110101 | 1001011 |
Color Harmonies of #D79DE1
Complementary color
Monochromatic Colors of #D79DE1
Black with #D79DE1
Text Example
Text Example
White with #D79DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DE1; }
p { color: rgb(215,157,225); }
H1.HeaderClassName
{
color: #D79DE1;
}
.AnyTagClassName
{
color: #D79DE1;
}
</style>
background-color css
<style>
a { background-color: #D79DE1; }
a { background-color: rgb(215,157,225); }
div.DivClassName
{
background-color: #D79DE1;
}
.BgClassName
{
background-color: #D79DE1;
}
</style>
border-color css
<style>
span { border-color: #D79DE1; }
span { border-color: rgb(215,157,225); }
td.TdClassName
{
border-color: #D79DE1;
}
.TagClassName
{
border-color: #D79DE1;
}
</style>