Shades of Plum #D78EDD
Tints of Plum #D78EDD
RGB
CMYK
RGB Variations
Color information
#D78EDD (or 0xD78EDD) is known color: Plum. HEX triplet: D7, 8E and DD. RGB value is (215,142,221). Sum of RGB (Red+Green+Blue) = 215+142+221=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EDD is #287122. Grayscale: #ACACAC. Windows color (decimal): -2650403 or 14520023. OLE color: 14520023.
HSL color Cylindrical-coordinate representation of color #D78EDD: hue angle of 295.44º degrees, saturation: 0.54, 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 #D78EDD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 142 | 221 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.13 |
| HSL | 295.44º | 0.54% | 0.71% | - |
| HSV(B) | 295.44º | 0.36% | 0.87% | - |
| XYZ | 50.75 | 39.01 | 73.26 | - |
| YUV | 172.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 221 | 0.03 | 0.36 | 0 | 0.13 | 295.44 | 0.54 | 0.71 |
| Hex | D7 | 8E | DD | 3 | 24 | 0 | D | 127 | 36 | 47 |
| Octal | 327 | 216 | 335 | 3 | 44 | 0 | 15 | 447 | 66 | 107 |
| Binary | 11010111 | 10001110 | 11011101 | 11 | 100100 | 0 | 1101 | 100100111 | 110110 | 1000111 |
Color Harmonies of #D78EDD
Complementary color
Monochromatic Colors of #D78EDD
Black with #D78EDD
Text Example
Text Example
White with #D78EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EDD; }
p { color: rgb(215,142,221); }
H1.HeaderClassName
{
color: #D78EDD;
}
.AnyTagClassName
{
color: #D78EDD;
}
</style>
background-color css
<style>
a { background-color: #D78EDD; }
a { background-color: rgb(215,142,221); }
div.DivClassName
{
background-color: #D78EDD;
}
.BgClassName
{
background-color: #D78EDD;
}
</style>
border-color css
<style>
span { border-color: #D78EDD; }
span { border-color: rgb(215,142,221); }
td.TdClassName
{
border-color: #D78EDD;
}
.TagClassName
{
border-color: #D78EDD;
}
</style>