Shades of Plum #D78FD1
Tints of Plum #D78FD1
RGB
CMYK
RGB Variations
Color information
#D78FD1 (or 0xD78FD1) is known color: Plum. HEX triplet: D7, 8F and D1. RGB value is (215,143,209). Sum of RGB (Red+Green+Blue) = 215+143+209=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FD1 is #28702E. Grayscale: #ABABAB. Windows color (decimal): -2650159 or 13733847. OLE color: 13733847.
HSL color Cylindrical-coordinate representation of color #D78FD1: hue angle of 305º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D78FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 209 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.16 |
| HSL | 305º | 0.47% | 0.7% | - |
| HSV(B) | 305º | 0.33% | 0.84% | - |
| XYZ | 49.36 | 38.7 | 65.19 | - |
| YUV | 172.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 209 | 0 | 0.33 | 0.03 | 0.16 | 305 | 0.47 | 0.7 |
| Hex | D7 | 8F | D1 | 0 | 21 | 3 | 10 | 131 | 2F | 46 |
| Octal | 327 | 217 | 321 | 0 | 41 | 3 | 20 | 461 | 57 | 106 |
| Binary | 11010111 | 10001111 | 11010001 | 0 | 100001 | 11 | 10000 | 100110001 | 101111 | 1000110 |
Color Harmonies of #D78FD1
Complementary color
Monochromatic Colors of #D78FD1
Black with #D78FD1
Text Example
Text Example
White with #D78FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FD1; }
p { color: rgb(215,143,209); }
H1.HeaderClassName
{
color: #D78FD1;
}
.AnyTagClassName
{
color: #D78FD1;
}
</style>
background-color css
<style>
a { background-color: #D78FD1; }
a { background-color: rgb(215,143,209); }
div.DivClassName
{
background-color: #D78FD1;
}
.BgClassName
{
background-color: #D78FD1;
}
</style>
border-color css
<style>
span { border-color: #D78FD1; }
span { border-color: rgb(215,143,209); }
td.TdClassName
{
border-color: #D78FD1;
}
.TagClassName
{
border-color: #D78FD1;
}
</style>