Shades of Plum #D78DD5
Tints of Plum #D78DD5
RGB
CMYK
RGB Variations
Color information
#D78DD5 (or 0xD78DD5) is known color: Plum. HEX triplet: D7, 8D and D5. RGB value is (215,141,213). Sum of RGB (Red+Green+Blue) = 215+141+213=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DD5 is #28722A. Grayscale: #ABABAB. Windows color (decimal): -2650667 or 13995479. OLE color: 13995479.
HSL color Cylindrical-coordinate representation of color #D78DD5: hue angle of 301.62º 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 #D78DD5 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 213 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.16 |
| HSL | 301.62º | 0.48% | 0.7% | - |
| HSV(B) | 301.62º | 0.34% | 0.84% | - |
| XYZ | 49.56 | 38.3 | 67.73 | - |
| YUV | 171.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 213 | 0 | 0.34 | 0.01 | 0.16 | 301.62 | 0.48 | 0.7 |
| Hex | D7 | 8D | D5 | 0 | 22 | 1 | 10 | 12E | 30 | 46 |
| Octal | 327 | 215 | 325 | 0 | 42 | 1 | 20 | 456 | 60 | 106 |
| Binary | 11010111 | 10001101 | 11010101 | 0 | 100010 | 1 | 10000 | 100101110 | 110000 | 1000110 |
Color Harmonies of #D78DD5
Complementary color
Monochromatic Colors of #D78DD5
Black with #D78DD5
Text Example
Text Example
White with #D78DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DD5; }
p { color: rgb(215,141,213); }
H1.HeaderClassName
{
color: #D78DD5;
}
.AnyTagClassName
{
color: #D78DD5;
}
</style>
background-color css
<style>
a { background-color: #D78DD5; }
a { background-color: rgb(215,141,213); }
div.DivClassName
{
background-color: #D78DD5;
}
.BgClassName
{
background-color: #D78DD5;
}
</style>
border-color css
<style>
span { border-color: #D78DD5; }
span { border-color: rgb(215,141,213); }
td.TdClassName
{
border-color: #D78DD5;
}
.TagClassName
{
border-color: #D78DD5;
}
</style>