Shades of Plum #D78ED1
Tints of Plum #D78ED1
RGB
CMYK
RGB Variations
Color information
#D78ED1 (or 0xD78ED1) is known color: Plum. HEX triplet: D7, 8E and D1. RGB value is (215,142,209). Sum of RGB (Red+Green+Blue) = 215+142+209=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ED1 is #28712E. Grayscale: #ABABAB. Windows color (decimal): -2650415 or 13733591. OLE color: 13733591.
HSL color Cylindrical-coordinate representation of color #D78ED1: hue angle of 304.93º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78ED1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 209 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.16 |
| HSL | 304.93º | 0.48% | 0.7% | - |
| HSV(B) | 304.93º | 0.34% | 0.84% | - |
| XYZ | 49.21 | 38.4 | 65.14 | - |
| YUV | 171.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 209 | 0 | 0.34 | 0.03 | 0.16 | 304.93 | 0.48 | 0.7 |
| Hex | D7 | 8E | D1 | 0 | 22 | 3 | 10 | 131 | 30 | 46 |
| Octal | 327 | 216 | 321 | 0 | 42 | 3 | 20 | 461 | 60 | 106 |
| Binary | 11010111 | 10001110 | 11010001 | 0 | 100010 | 11 | 10000 | 100110001 | 110000 | 1000110 |
Color Harmonies of #D78ED1
Complementary color
Monochromatic Colors of #D78ED1
Black with #D78ED1
Text Example
Text Example
White with #D78ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78ED1; }
p { color: rgb(215,142,209); }
H1.HeaderClassName
{
color: #D78ED1;
}
.AnyTagClassName
{
color: #D78ED1;
}
</style>
background-color css
<style>
a { background-color: #D78ED1; }
a { background-color: rgb(215,142,209); }
div.DivClassName
{
background-color: #D78ED1;
}
.BgClassName
{
background-color: #D78ED1;
}
</style>
border-color css
<style>
span { border-color: #D78ED1; }
span { border-color: rgb(215,142,209); }
td.TdClassName
{
border-color: #D78ED1;
}
.TagClassName
{
border-color: #D78ED1;
}
</style>