Shades of Plum #D78BCD
Tints of Plum #D78BCD
RGB
CMYK
RGB Variations
Color information
#D78BCD (or 0xD78BCD) is known color: Plum. HEX triplet: D7, 8B and CD. RGB value is (215,139,205). Sum of RGB (Red+Green+Blue) = 215+139+205=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BCD is #287432. Grayscale: #A9A9A9. Windows color (decimal): -2651187 or 13470679. OLE color: 13470679.
HSL color Cylindrical-coordinate representation of color #D78BCD: hue angle of 307.89º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BCD is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 205 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 307.89º | 0.49% | 0.69% | - |
| HSV(B) | 307.89º | 0.35% | 0.84% | - |
| XYZ | 48.28 | 37.32 | 62.42 | - |
| YUV | 169.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 205 | 0 | 0.35 | 0.05 | 0.16 | 307.89 | 0.49 | 0.69 |
| Hex | D7 | 8B | CD | 0 | 23 | 5 | 10 | 134 | 31 | 45 |
| Octal | 327 | 213 | 315 | 0 | 43 | 5 | 20 | 464 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11001101 | 0 | 100011 | 101 | 10000 | 100110100 | 110001 | 1000101 |
Color Harmonies of #D78BCD
Complementary color
Monochromatic Colors of #D78BCD
Black with #D78BCD
Text Example
Text Example
White with #D78BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BCD; }
p { color: rgb(215,139,205); }
H1.HeaderClassName
{
color: #D78BCD;
}
.AnyTagClassName
{
color: #D78BCD;
}
</style>
background-color css
<style>
a { background-color: #D78BCD; }
a { background-color: rgb(215,139,205); }
div.DivClassName
{
background-color: #D78BCD;
}
.BgClassName
{
background-color: #D78BCD;
}
</style>
border-color css
<style>
span { border-color: #D78BCD; }
span { border-color: rgb(215,139,205); }
td.TdClassName
{
border-color: #D78BCD;
}
.TagClassName
{
border-color: #D78BCD;
}
</style>