Shades of Plum #D79CDE
Tints of Plum #D79CDE
RGB
CMYK
RGB Variations
Color information
#D79CDE (or 0xD79CDE) is known color: Plum. HEX triplet: D7, 9C and DE. RGB value is (215,156,222). Sum of RGB (Red+Green+Blue) = 215+156+222=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D79CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDE is #286321. Grayscale: #B4B4B4. Windows color (decimal): -2646818 or 14589143. OLE color: 14589143.
HSL color Cylindrical-coordinate representation of color #D79CDE: hue angle of 293.64º 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 #D79CDE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 156 | 222 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.13 |
| HSL | 293.64º | 0.5% | 0.74% | - |
| HSV(B) | 293.64º | 0.3% | 0.87% | - |
| XYZ | 53.1 | 43.5 | 74.7 | - |
| YUV | 181.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 222 | 0.03 | 0.30 | 0 | 0.13 | 293.64 | 0.5 | 0.74 |
| Hex | D7 | 9C | DE | 3 | 1E | 0 | D | 126 | 32 | 4A |
| Octal | 327 | 234 | 336 | 3 | 36 | 0 | 15 | 446 | 62 | 112 |
| Binary | 11010111 | 10011100 | 11011110 | 11 | 11110 | 0 | 1101 | 100100110 | 110010 | 1001010 |
Color Harmonies of #D79CDE
Complementary color
Monochromatic Colors of #D79CDE
Black with #D79CDE
Text Example
Text Example
White with #D79CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CDE; }
p { color: rgb(215,156,222); }
H1.HeaderClassName
{
color: #D79CDE;
}
.AnyTagClassName
{
color: #D79CDE;
}
</style>
background-color css
<style>
a { background-color: #D79CDE; }
a { background-color: rgb(215,156,222); }
div.DivClassName
{
background-color: #D79CDE;
}
.BgClassName
{
background-color: #D79CDE;
}
</style>
border-color css
<style>
span { border-color: #D79CDE; }
span { border-color: rgb(215,156,222); }
td.TdClassName
{
border-color: #D79CDE;
}
.TagClassName
{
border-color: #D79CDE;
}
</style>