Shades of Plum #D79EDD
Tints of Plum #D79EDD
RGB
CMYK
RGB Variations
Color information
#D79EDD (or 0xD79EDD) is known color: Plum. HEX triplet: D7, 9E and DD. RGB value is (215,158,221). Sum of RGB (Red+Green+Blue) = 215+158+221=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #D79EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EDD is #286122. Grayscale: #B6B6B6. Windows color (decimal): -2646307 or 14524119. OLE color: 14524119.
HSL color Cylindrical-coordinate representation of color #D79EDD: hue angle of 294.29º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79EDD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 158 | 221 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.13 |
| HSL | 294.29º | 0.48% | 0.74% | - |
| HSV(B) | 294.29º | 0.29% | 0.87% | - |
| XYZ | 53.3 | 44.12 | 74.11 | - |
| YUV | 182.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 221 | 0.03 | 0.29 | 0 | 0.13 | 294.29 | 0.48 | 0.74 |
| Hex | D7 | 9E | DD | 3 | 1D | 0 | D | 126 | 30 | 4A |
| Octal | 327 | 236 | 335 | 3 | 35 | 0 | 15 | 446 | 60 | 112 |
| Binary | 11010111 | 10011110 | 11011101 | 11 | 11101 | 0 | 1101 | 100100110 | 110000 | 1001010 |
Color Harmonies of #D79EDD
Complementary color
Monochromatic Colors of #D79EDD
Black with #D79EDD
Text Example
Text Example
White with #D79EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EDD; }
p { color: rgb(215,158,221); }
H1.HeaderClassName
{
color: #D79EDD;
}
.AnyTagClassName
{
color: #D79EDD;
}
</style>
background-color css
<style>
a { background-color: #D79EDD; }
a { background-color: rgb(215,158,221); }
div.DivClassName
{
background-color: #D79EDD;
}
.BgClassName
{
background-color: #D79EDD;
}
</style>
border-color css
<style>
span { border-color: #D79EDD; }
span { border-color: rgb(215,158,221); }
td.TdClassName
{
border-color: #D79EDD;
}
.TagClassName
{
border-color: #D79EDD;
}
</style>