Shades of Plum #D78EE5
Tints of Plum #D78EE5
RGB
CMYK
RGB Variations
Color information
#D78EE5 (or 0xD78EE5) is known color: Plum. HEX triplet: D7, 8E and E5. RGB value is (215,142,229). Sum of RGB (Red+Green+Blue) = 215+142+229=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #D78EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EE5 is #28711A. Grayscale: #ADADAD. Windows color (decimal): -2650395 or 15044311. OLE color: 15044311.
HSL color Cylindrical-coordinate representation of color #D78EE5: hue angle of 290.34º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78EE5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 142 | 229 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.10 |
| HSL | 290.34º | 0.63% | 0.73% | - |
| HSV(B) | 290.34º | 0.38% | 0.9% | - |
| XYZ | 51.84 | 39.45 | 79.01 | - |
| YUV | 173.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 229 | 0.06 | 0.38 | 0 | 0.10 | 290.34 | 0.63 | 0.73 |
| Hex | D7 | 8E | E5 | 6 | 26 | 0 | A | 122 | 3F | 49 |
| Octal | 327 | 216 | 345 | 6 | 46 | 0 | 12 | 442 | 77 | 111 |
| Binary | 11010111 | 10001110 | 11100101 | 110 | 100110 | 0 | 1010 | 100100010 | 111111 | 1001001 |
Color Harmonies of #D78EE5
Complementary color
Monochromatic Colors of #D78EE5
Black with #D78EE5
Text Example
Text Example
White with #D78EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EE5; }
p { color: rgb(215,142,229); }
H1.HeaderClassName
{
color: #D78EE5;
}
.AnyTagClassName
{
color: #D78EE5;
}
</style>
background-color css
<style>
a { background-color: #D78EE5; }
a { background-color: rgb(215,142,229); }
div.DivClassName
{
background-color: #D78EE5;
}
.BgClassName
{
background-color: #D78EE5;
}
</style>
border-color css
<style>
span { border-color: #D78EE5; }
span { border-color: rgb(215,142,229); }
td.TdClassName
{
border-color: #D78EE5;
}
.TagClassName
{
border-color: #D78EE5;
}
</style>