Shades of Plum #D78DD0
Tints of Plum #D78DD0
RGB
CMYK
RGB Variations
Color information
#D78DD0 (or 0xD78DD0) is known color: Plum. HEX triplet: D7, 8D and D0. RGB value is (215,141,208). Sum of RGB (Red+Green+Blue) = 215+141+208=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DD0 is #28722F. Grayscale: #AAAAAA. Windows color (decimal): -2650672 or 13667799. OLE color: 13667799.
HSL color Cylindrical-coordinate representation of color #D78DD0: hue angle of 305.68º 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 #D78DD0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 208 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.16 |
| HSL | 305.68º | 0.48% | 0.7% | - |
| HSV(B) | 305.68º | 0.34% | 0.84% | - |
| XYZ | 48.93 | 38.05 | 64.44 | - |
| YUV | 170.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 208 | 0 | 0.34 | 0.03 | 0.16 | 305.68 | 0.48 | 0.7 |
| Hex | D7 | 8D | D0 | 0 | 22 | 3 | 10 | 132 | 30 | 46 |
| Octal | 327 | 215 | 320 | 0 | 42 | 3 | 20 | 462 | 60 | 106 |
| Binary | 11010111 | 10001101 | 11010000 | 0 | 100010 | 11 | 10000 | 100110010 | 110000 | 1000110 |
Color Harmonies of #D78DD0
Complementary color
Monochromatic Colors of #D78DD0
Black with #D78DD0
Text Example
Text Example
White with #D78DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DD0; }
p { color: rgb(215,141,208); }
H1.HeaderClassName
{
color: #D78DD0;
}
.AnyTagClassName
{
color: #D78DD0;
}
</style>
background-color css
<style>
a { background-color: #D78DD0; }
a { background-color: rgb(215,141,208); }
div.DivClassName
{
background-color: #D78DD0;
}
.BgClassName
{
background-color: #D78DD0;
}
</style>
border-color css
<style>
span { border-color: #D78DD0; }
span { border-color: rgb(215,141,208); }
td.TdClassName
{
border-color: #D78DD0;
}
.TagClassName
{
border-color: #D78DD0;
}
</style>