Shades of Plum #D78BD4
Tints of Plum #D78BD4
RGB
CMYK
RGB Variations
Color information
#D78BD4 (or 0xD78BD4) is known color: Plum. HEX triplet: D7, 8B and D4. RGB value is (215,139,212). Sum of RGB (Red+Green+Blue) = 215+139+212=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BD4 is #28742B. Grayscale: #A9A9A9. Windows color (decimal): -2651180 or 13929431. OLE color: 13929431.
HSL color Cylindrical-coordinate representation of color #D78BD4: hue angle of 302.37º 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 #D78BD4 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 212 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.16 |
| HSL | 302.37º | 0.49% | 0.69% | - |
| HSV(B) | 302.37º | 0.35% | 0.84% | - |
| XYZ | 49.14 | 37.67 | 66.97 | - |
| YUV | 170.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 212 | 0 | 0.35 | 0.01 | 0.16 | 302.37 | 0.49 | 0.69 |
| Hex | D7 | 8B | D4 | 0 | 23 | 1 | 10 | 12E | 31 | 45 |
| Octal | 327 | 213 | 324 | 0 | 43 | 1 | 20 | 456 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11010100 | 0 | 100011 | 1 | 10000 | 100101110 | 110001 | 1000101 |
Color Harmonies of #D78BD4
Complementary color
Monochromatic Colors of #D78BD4
Black with #D78BD4
Text Example
Text Example
White with #D78BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BD4; }
p { color: rgb(215,139,212); }
H1.HeaderClassName
{
color: #D78BD4;
}
.AnyTagClassName
{
color: #D78BD4;
}
</style>
background-color css
<style>
a { background-color: #D78BD4; }
a { background-color: rgb(215,139,212); }
div.DivClassName
{
background-color: #D78BD4;
}
.BgClassName
{
background-color: #D78BD4;
}
</style>
border-color css
<style>
span { border-color: #D78BD4; }
span { border-color: rgb(215,139,212); }
td.TdClassName
{
border-color: #D78BD4;
}
.TagClassName
{
border-color: #D78BD4;
}
</style>