Shades of Plum #D78DD3
Tints of Plum #D78DD3
RGB
CMYK
RGB Variations
Color information
#D78DD3 (or 0xD78DD3) is known color: Plum. HEX triplet: D7, 8D and D3. RGB value is (215,141,211). Sum of RGB (Red+Green+Blue) = 215+141+211=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DD3 is #28722C. Grayscale: #AAAAAA. Windows color (decimal): -2650669 or 13864407. OLE color: 13864407.
HSL color Cylindrical-coordinate representation of color #D78DD3: hue angle of 303.24º 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 #D78DD3 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 211 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.16 |
| HSL | 303.24º | 0.48% | 0.7% | - |
| HSV(B) | 303.24º | 0.34% | 0.84% | - |
| XYZ | 49.31 | 38.2 | 66.4 | - |
| YUV | 171.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 211 | 0 | 0.34 | 0.02 | 0.16 | 303.24 | 0.48 | 0.7 |
| Hex | D7 | 8D | D3 | 0 | 22 | 2 | 10 | 12F | 30 | 46 |
| Octal | 327 | 215 | 323 | 0 | 42 | 2 | 20 | 457 | 60 | 106 |
| Binary | 11010111 | 10001101 | 11010011 | 0 | 100010 | 10 | 10000 | 100101111 | 110000 | 1000110 |
Color Harmonies of #D78DD3
Complementary color
Monochromatic Colors of #D78DD3
Black with #D78DD3
Text Example
Text Example
White with #D78DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78DD3; }
p { color: rgb(215,141,211); }
H1.HeaderClassName
{
color: #D78DD3;
}
.AnyTagClassName
{
color: #D78DD3;
}
</style>
background-color css
<style>
a { background-color: #D78DD3; }
a { background-color: rgb(215,141,211); }
div.DivClassName
{
background-color: #D78DD3;
}
.BgClassName
{
background-color: #D78DD3;
}
</style>
border-color css
<style>
span { border-color: #D78DD3; }
span { border-color: rgb(215,141,211); }
td.TdClassName
{
border-color: #D78DD3;
}
.TagClassName
{
border-color: #D78DD3;
}
</style>