Shades of Plum #D78BCF
Tints of Plum #D78BCF
RGB
CMYK
RGB Variations
Color information
#D78BCF (or 0xD78BCF) is known color: Plum. HEX triplet: D7, 8B and CF. RGB value is (215,139,207). Sum of RGB (Red+Green+Blue) = 215+139+207=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BCF is #287430. Grayscale: #A9A9A9. Windows color (decimal): -2651185 or 13601751. OLE color: 13601751.
HSL color Cylindrical-coordinate representation of color #D78BCF: hue angle of 306.32º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78BCF is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 207 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.16 |
| HSL | 306.32º | 0.49% | 0.69% | - |
| HSV(B) | 306.32º | 0.35% | 0.84% | - |
| XYZ | 48.52 | 37.42 | 63.7 | - |
| YUV | 169.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 207 | 0 | 0.35 | 0.04 | 0.16 | 306.32 | 0.49 | 0.69 |
| Hex | D7 | 8B | CF | 0 | 23 | 4 | 10 | 132 | 31 | 45 |
| Octal | 327 | 213 | 317 | 0 | 43 | 4 | 20 | 462 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11001111 | 0 | 100011 | 100 | 10000 | 100110010 | 110001 | 1000101 |
Color Harmonies of #D78BCF
Complementary color
Monochromatic Colors of #D78BCF
Black with #D78BCF
Text Example
Text Example
White with #D78BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BCF; }
p { color: rgb(215,139,207); }
H1.HeaderClassName
{
color: #D78BCF;
}
.AnyTagClassName
{
color: #D78BCF;
}
</style>
background-color css
<style>
a { background-color: #D78BCF; }
a { background-color: rgb(215,139,207); }
div.DivClassName
{
background-color: #D78BCF;
}
.BgClassName
{
background-color: #D78BCF;
}
</style>
border-color css
<style>
span { border-color: #D78BCF; }
span { border-color: rgb(215,139,207); }
td.TdClassName
{
border-color: #D78BCF;
}
.TagClassName
{
border-color: #D78BCF;
}
</style>