Shades of Plum #D79EDC
Tints of Plum #D79EDC
RGB
CMYK
RGB Variations
Color information
#D79EDC (or 0xD79EDC) is known color: Plum. HEX triplet: D7, 9E and DC. RGB value is (215,158,220). Sum of RGB (Red+Green+Blue) = 215+158+220=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #D79EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EDC is #286123. Grayscale: #B5B5B5. Windows color (decimal): -2646308 or 14458583. OLE color: 14458583.
HSL color Cylindrical-coordinate representation of color #D79EDC: hue angle of 295.16º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79EDC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 158 | 220 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.14 |
| HSL | 295.16º | 0.47% | 0.74% | - |
| HSV(B) | 295.16º | 0.28% | 0.86% | - |
| XYZ | 53.17 | 44.07 | 73.41 | - |
| YUV | 182.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 220 | 0.02 | 0.28 | 0 | 0.14 | 295.16 | 0.47 | 0.74 |
| Hex | D7 | 9E | DC | 2 | 1C | 0 | E | 127 | 2F | 4A |
| Octal | 327 | 236 | 334 | 2 | 34 | 0 | 16 | 447 | 57 | 112 |
| Binary | 11010111 | 10011110 | 11011100 | 10 | 11100 | 0 | 1110 | 100100111 | 101111 | 1001010 |
Color Harmonies of #D79EDC
Complementary color
Monochromatic Colors of #D79EDC
Black with #D79EDC
Text Example
Text Example
White with #D79EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EDC; }
p { color: rgb(215,158,220); }
H1.HeaderClassName
{
color: #D79EDC;
}
.AnyTagClassName
{
color: #D79EDC;
}
</style>
background-color css
<style>
a { background-color: #D79EDC; }
a { background-color: rgb(215,158,220); }
div.DivClassName
{
background-color: #D79EDC;
}
.BgClassName
{
background-color: #D79EDC;
}
</style>
border-color css
<style>
span { border-color: #D79EDC; }
span { border-color: rgb(215,158,220); }
td.TdClassName
{
border-color: #D79EDC;
}
.TagClassName
{
border-color: #D79EDC;
}
</style>