Shades of Plum #D78FDA
Tints of Plum #D78FDA
RGB
CMYK
RGB Variations
Color information
#D78FDA (or 0xD78FDA) is known color: Plum. HEX triplet: D7, 8F and DA. RGB value is (215,143,218). Sum of RGB (Red+Green+Blue) = 215+143+218=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D78FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDA is #287025. Grayscale: #ACACAC. Windows color (decimal): -2650150 or 14323671. OLE color: 14323671.
HSL color Cylindrical-coordinate representation of color #D78FDA: hue angle of 297.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78FDA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 143 | 218 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.15 |
| HSL | 297.6º | 0.5% | 0.71% | - |
| HSV(B) | 297.6º | 0.34% | 0.85% | - |
| XYZ | 50.5 | 39.15 | 71.23 | - |
| YUV | 173.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 218 | 0.01 | 0.34 | 0 | 0.15 | 297.6 | 0.5 | 0.71 |
| Hex | D7 | 8F | DA | 1 | 22 | 0 | F | 12A | 32 | 47 |
| Octal | 327 | 217 | 332 | 1 | 42 | 0 | 17 | 452 | 62 | 107 |
| Binary | 11010111 | 10001111 | 11011010 | 1 | 100010 | 0 | 1111 | 100101010 | 110010 | 1000111 |
Color Harmonies of #D78FDA
Complementary color
Monochromatic Colors of #D78FDA
Black with #D78FDA
Text Example
Text Example
White with #D78FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FDA; }
p { color: rgb(215,143,218); }
H1.HeaderClassName
{
color: #D78FDA;
}
.AnyTagClassName
{
color: #D78FDA;
}
</style>
background-color css
<style>
a { background-color: #D78FDA; }
a { background-color: rgb(215,143,218); }
div.DivClassName
{
background-color: #D78FDA;
}
.BgClassName
{
background-color: #D78FDA;
}
</style>
border-color css
<style>
span { border-color: #D78FDA; }
span { border-color: rgb(215,143,218); }
td.TdClassName
{
border-color: #D78FDA;
}
.TagClassName
{
border-color: #D78FDA;
}
</style>