Shades of Plum #D78BE5
Tints of Plum #D78BE5
RGB
CMYK
RGB Variations
Color information
#D78BE5 (or 0xD78BE5) is known color: Plum. HEX triplet: D7, 8B and E5. RGB value is (215,139,229). Sum of RGB (Red+Green+Blue) = 215+139+229=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #D78BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BE5 is #28741A. Grayscale: #ABABAB. Windows color (decimal): -2651163 or 15043543. OLE color: 15043543.
HSL color Cylindrical-coordinate representation of color #D78BE5: hue angle of 290.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78BE5 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 139 | 229 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.10 |
| HSL | 290.67º | 0.63% | 0.72% | - |
| HSV(B) | 290.67º | 0.39% | 0.9% | - |
| XYZ | 51.4 | 38.57 | 78.86 | - |
| YUV | 171.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 229 | 0.06 | 0.39 | 0 | 0.10 | 290.67 | 0.63 | 0.72 |
| Hex | D7 | 8B | E5 | 6 | 27 | 0 | A | 123 | 3F | 48 |
| Octal | 327 | 213 | 345 | 6 | 47 | 0 | 12 | 443 | 77 | 110 |
| Binary | 11010111 | 10001011 | 11100101 | 110 | 100111 | 0 | 1010 | 100100011 | 111111 | 1001000 |
Color Harmonies of #D78BE5
Complementary color
Monochromatic Colors of #D78BE5
Black with #D78BE5
Text Example
Text Example
White with #D78BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BE5; }
p { color: rgb(215,139,229); }
H1.HeaderClassName
{
color: #D78BE5;
}
.AnyTagClassName
{
color: #D78BE5;
}
</style>
background-color css
<style>
a { background-color: #D78BE5; }
a { background-color: rgb(215,139,229); }
div.DivClassName
{
background-color: #D78BE5;
}
.BgClassName
{
background-color: #D78BE5;
}
</style>
border-color css
<style>
span { border-color: #D78BE5; }
span { border-color: rgb(215,139,229); }
td.TdClassName
{
border-color: #D78BE5;
}
.TagClassName
{
border-color: #D78BE5;
}
</style>