Shades of Plum #D78FDF
Tints of Plum #D78FDF
RGB
CMYK
RGB Variations
Color information
#D78FDF (or 0xD78FDF) is known color: Plum. HEX triplet: D7, 8F and DF. RGB value is (215,143,223). Sum of RGB (Red+Green+Blue) = 215+143+223=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D78FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDF is #287020. Grayscale: #ADADAD. Windows color (decimal): -2650145 or 14651351. OLE color: 14651351.
HSL color Cylindrical-coordinate representation of color #D78FDF: hue angle of 294º degrees, saturation: 0.56, 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 #D78FDF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 143 | 223 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.13 |
| HSL | 294º | 0.56% | 0.72% | - |
| HSV(B) | 294º | 0.36% | 0.87% | - |
| XYZ | 51.17 | 39.42 | 74.72 | - |
| YUV | 173.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 223 | 0.04 | 0.36 | 0 | 0.13 | 294 | 0.56 | 0.72 |
| Hex | D7 | 8F | DF | 4 | 24 | 0 | D | 126 | 38 | 48 |
| Octal | 327 | 217 | 337 | 4 | 44 | 0 | 15 | 446 | 70 | 110 |
| Binary | 11010111 | 10001111 | 11011111 | 100 | 100100 | 0 | 1101 | 100100110 | 111000 | 1001000 |
Color Harmonies of #D78FDF
Complementary color
Monochromatic Colors of #D78FDF
Black with #D78FDF
Text Example
Text Example
White with #D78FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FDF; }
p { color: rgb(215,143,223); }
H1.HeaderClassName
{
color: #D78FDF;
}
.AnyTagClassName
{
color: #D78FDF;
}
</style>
background-color css
<style>
a { background-color: #D78FDF; }
a { background-color: rgb(215,143,223); }
div.DivClassName
{
background-color: #D78FDF;
}
.BgClassName
{
background-color: #D78FDF;
}
</style>
border-color css
<style>
span { border-color: #D78FDF; }
span { border-color: rgb(215,143,223); }
td.TdClassName
{
border-color: #D78FDF;
}
.TagClassName
{
border-color: #D78FDF;
}
</style>