Shades of Plum #D78AD5
Tints of Plum #D78AD5
RGB
CMYK
RGB Variations
Color information
#D78AD5 (or 0xD78AD5) is known color: Plum. HEX triplet: D7, 8A and D5. RGB value is (215,138,213). Sum of RGB (Red+Green+Blue) = 215+138+213=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD5 is #28752A. Grayscale: #A9A9A9. Windows color (decimal): -2651435 or 13994711. OLE color: 13994711.
HSL color Cylindrical-coordinate representation of color #D78AD5: hue angle of 301.56º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AD5 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 213 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.16 |
| HSL | 301.56º | 0.49% | 0.69% | - |
| HSV(B) | 301.56º | 0.36% | 0.84% | - |
| XYZ | 49.12 | 37.43 | 67.59 | - |
| YUV | 169.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 213 | 0 | 0.36 | 0.01 | 0.16 | 301.56 | 0.49 | 0.69 |
| Hex | D7 | 8A | D5 | 0 | 24 | 1 | 10 | 12E | 31 | 45 |
| Octal | 327 | 212 | 325 | 0 | 44 | 1 | 20 | 456 | 61 | 105 |
| Binary | 11010111 | 10001010 | 11010101 | 0 | 100100 | 1 | 10000 | 100101110 | 110001 | 1000101 |
Color Harmonies of #D78AD5
Complementary color
Monochromatic Colors of #D78AD5
Black with #D78AD5
Text Example
Text Example
White with #D78AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78AD5; }
p { color: rgb(215,138,213); }
H1.HeaderClassName
{
color: #D78AD5;
}
.AnyTagClassName
{
color: #D78AD5;
}
</style>
background-color css
<style>
a { background-color: #D78AD5; }
a { background-color: rgb(215,138,213); }
div.DivClassName
{
background-color: #D78AD5;
}
.BgClassName
{
background-color: #D78AD5;
}
</style>
border-color css
<style>
span { border-color: #D78AD5; }
span { border-color: rgb(215,138,213); }
td.TdClassName
{
border-color: #D78AD5;
}
.TagClassName
{
border-color: #D78AD5;
}
</style>