Shades of Plum #D78FDE
Tints of Plum #D78FDE
RGB
CMYK
RGB Variations
Color information
#D78FDE (or 0xD78FDE) is known color: Plum. HEX triplet: D7, 8F and DE. RGB value is (215,143,222). Sum of RGB (Red+Green+Blue) = 215+143+222=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D78FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDE is #287021. Grayscale: #ADADAD. Windows color (decimal): -2650146 or 14585815. OLE color: 14585815.
HSL color Cylindrical-coordinate representation of color #D78FDE: hue angle of 294.68º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78FDE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 143 | 222 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.13 |
| HSL | 294.68º | 0.54% | 0.72% | - |
| HSV(B) | 294.68º | 0.36% | 0.87% | - |
| XYZ | 51.03 | 39.37 | 74.02 | - |
| YUV | 173.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 222 | 0.03 | 0.36 | 0 | 0.13 | 294.68 | 0.54 | 0.72 |
| Hex | D7 | 8F | DE | 3 | 24 | 0 | D | 127 | 36 | 48 |
| Octal | 327 | 217 | 336 | 3 | 44 | 0 | 15 | 447 | 66 | 110 |
| Binary | 11010111 | 10001111 | 11011110 | 11 | 100100 | 0 | 1101 | 100100111 | 110110 | 1001000 |
Color Harmonies of #D78FDE
Complementary color
Monochromatic Colors of #D78FDE
Black with #D78FDE
Text Example
Text Example
White with #D78FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FDE; }
p { color: rgb(215,143,222); }
H1.HeaderClassName
{
color: #D78FDE;
}
.AnyTagClassName
{
color: #D78FDE;
}
</style>
background-color css
<style>
a { background-color: #D78FDE; }
a { background-color: rgb(215,143,222); }
div.DivClassName
{
background-color: #D78FDE;
}
.BgClassName
{
background-color: #D78FDE;
}
</style>
border-color css
<style>
span { border-color: #D78FDE; }
span { border-color: rgb(215,143,222); }
td.TdClassName
{
border-color: #D78FDE;
}
.TagClassName
{
border-color: #D78FDE;
}
</style>