Shades of Plum #D78ADE
Tints of Plum #D78ADE
RGB
CMYK
RGB Variations
Color information
#D78ADE (or 0xD78ADE) is known color: Plum. HEX triplet: D7, 8A and DE. RGB value is (215,138,222). Sum of RGB (Red+Green+Blue) = 215+138+222=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #D78ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ADE is #287521. Grayscale: #AAAAAA. Windows color (decimal): -2651426 or 14584535. OLE color: 14584535.
HSL color Cylindrical-coordinate representation of color #D78ADE: hue angle of 295º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78ADE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 138 | 222 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.13 |
| HSL | 295º | 0.56% | 0.71% | - |
| HSV(B) | 295º | 0.38% | 0.87% | - |
| XYZ | 50.3 | 37.9 | 73.77 | - |
| YUV | 170.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 222 | 0.03 | 0.38 | 0 | 0.13 | 295 | 0.56 | 0.71 |
| Hex | D7 | 8A | DE | 3 | 26 | 0 | D | 127 | 38 | 47 |
| Octal | 327 | 212 | 336 | 3 | 46 | 0 | 15 | 447 | 70 | 107 |
| Binary | 11010111 | 10001010 | 11011110 | 11 | 100110 | 0 | 1101 | 100100111 | 111000 | 1000111 |
Color Harmonies of #D78ADE
Complementary color
Monochromatic Colors of #D78ADE
Black with #D78ADE
Text Example
Text Example
White with #D78ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78ADE; }
p { color: rgb(215,138,222); }
H1.HeaderClassName
{
color: #D78ADE;
}
.AnyTagClassName
{
color: #D78ADE;
}
</style>
background-color css
<style>
a { background-color: #D78ADE; }
a { background-color: rgb(215,138,222); }
div.DivClassName
{
background-color: #D78ADE;
}
.BgClassName
{
background-color: #D78ADE;
}
</style>
border-color css
<style>
span { border-color: #D78ADE; }
span { border-color: rgb(215,138,222); }
td.TdClassName
{
border-color: #D78ADE;
}
.TagClassName
{
border-color: #D78ADE;
}
</style>