Shades of Plum #D78BDA
Tints of Plum #D78BDA
RGB
CMYK
RGB Variations
Color information
#D78BDA (or 0xD78BDA) is known color: Plum. HEX triplet: D7, 8B and DA. RGB value is (215,139,218). Sum of RGB (Red+Green+Blue) = 215+139+218=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D78BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BDA is #287425. Grayscale: #AAAAAA. Windows color (decimal): -2651174 or 14322647. OLE color: 14322647.
HSL color Cylindrical-coordinate representation of color #D78BDA: hue angle of 297.72º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78BDA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 139 | 218 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.15 |
| HSL | 297.72º | 0.52% | 0.7% | - |
| HSV(B) | 297.72º | 0.36% | 0.85% | - |
| XYZ | 49.91 | 37.97 | 71.03 | - |
| YUV | 170.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 218 | 0.01 | 0.36 | 0 | 0.15 | 297.72 | 0.52 | 0.7 |
| Hex | D7 | 8B | DA | 1 | 24 | 0 | F | 12A | 34 | 46 |
| Octal | 327 | 213 | 332 | 1 | 44 | 0 | 17 | 452 | 64 | 106 |
| Binary | 11010111 | 10001011 | 11011010 | 1 | 100100 | 0 | 1111 | 100101010 | 110100 | 1000110 |
Color Harmonies of #D78BDA
Complementary color
Monochromatic Colors of #D78BDA
Black with #D78BDA
Text Example
Text Example
White with #D78BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BDA; }
p { color: rgb(215,139,218); }
H1.HeaderClassName
{
color: #D78BDA;
}
.AnyTagClassName
{
color: #D78BDA;
}
</style>
background-color css
<style>
a { background-color: #D78BDA; }
a { background-color: rgb(215,139,218); }
div.DivClassName
{
background-color: #D78BDA;
}
.BgClassName
{
background-color: #D78BDA;
}
</style>
border-color css
<style>
span { border-color: #D78BDA; }
span { border-color: rgb(215,139,218); }
td.TdClassName
{
border-color: #D78BDA;
}
.TagClassName
{
border-color: #D78BDA;
}
</style>