Shades of Plum #D78EDE
Tints of Plum #D78EDE
RGB
CMYK
RGB Variations
Color information
#D78EDE (or 0xD78EDE) is known color: Plum. HEX triplet: D7, 8E and DE. RGB value is (215,142,222). Sum of RGB (Red+Green+Blue) = 215+142+222=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #D78EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EDE is #287121. Grayscale: #ACACAC. Windows color (decimal): -2650402 or 14585559. OLE color: 14585559.
HSL color Cylindrical-coordinate representation of color #D78EDE: hue angle of 294.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78EDE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 142 | 222 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.13 |
| HSL | 294.75º | 0.55% | 0.71% | - |
| HSV(B) | 294.75º | 0.36% | 0.87% | - |
| XYZ | 50.88 | 39.07 | 73.97 | - |
| YUV | 172.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 222 | 0.03 | 0.36 | 0 | 0.13 | 294.75 | 0.55 | 0.71 |
| Hex | D7 | 8E | DE | 3 | 24 | 0 | D | 127 | 37 | 47 |
| Octal | 327 | 216 | 336 | 3 | 44 | 0 | 15 | 447 | 67 | 107 |
| Binary | 11010111 | 10001110 | 11011110 | 11 | 100100 | 0 | 1101 | 100100111 | 110111 | 1000111 |
Color Harmonies of #D78EDE
Complementary color
Monochromatic Colors of #D78EDE
Black with #D78EDE
Text Example
Text Example
White with #D78EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EDE; }
p { color: rgb(215,142,222); }
H1.HeaderClassName
{
color: #D78EDE;
}
.AnyTagClassName
{
color: #D78EDE;
}
</style>
background-color css
<style>
a { background-color: #D78EDE; }
a { background-color: rgb(215,142,222); }
div.DivClassName
{
background-color: #D78EDE;
}
.BgClassName
{
background-color: #D78EDE;
}
</style>
border-color css
<style>
span { border-color: #D78EDE; }
span { border-color: rgb(215,142,222); }
td.TdClassName
{
border-color: #D78EDE;
}
.TagClassName
{
border-color: #D78EDE;
}
</style>