Shades of Plum #D78BDC
Tints of Plum #D78BDC
RGB
CMYK
RGB Variations
Color information
#D78BDC (or 0xD78BDC) is known color: Plum. HEX triplet: D7, 8B and DC. RGB value is (215,139,220). Sum of RGB (Red+Green+Blue) = 215+139+220=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BDC is #287423. Grayscale: #AAAAAA. Windows color (decimal): -2651172 or 14453719. OLE color: 14453719.
HSL color Cylindrical-coordinate representation of color #D78BDC: hue angle of 296.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D78BDC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 139 | 220 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.14 |
| HSL | 296.3º | 0.54% | 0.7% | - |
| HSV(B) | 296.3º | 0.37% | 0.86% | - |
| XYZ | 50.18 | 38.08 | 72.42 | - |
| YUV | 170.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 220 | 0.02 | 0.37 | 0 | 0.14 | 296.3 | 0.54 | 0.7 |
| Hex | D7 | 8B | DC | 2 | 25 | 0 | E | 128 | 36 | 46 |
| Octal | 327 | 213 | 334 | 2 | 45 | 0 | 16 | 450 | 66 | 106 |
| Binary | 11010111 | 10001011 | 11011100 | 10 | 100101 | 0 | 1110 | 100101000 | 110110 | 1000110 |
Color Harmonies of #D78BDC
Complementary color
Monochromatic Colors of #D78BDC
Black with #D78BDC
Text Example
Text Example
White with #D78BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BDC; }
p { color: rgb(215,139,220); }
H1.HeaderClassName
{
color: #D78BDC;
}
.AnyTagClassName
{
color: #D78BDC;
}
</style>
background-color css
<style>
a { background-color: #D78BDC; }
a { background-color: rgb(215,139,220); }
div.DivClassName
{
background-color: #D78BDC;
}
.BgClassName
{
background-color: #D78BDC;
}
</style>
border-color css
<style>
span { border-color: #D78BDC; }
span { border-color: rgb(215,139,220); }
td.TdClassName
{
border-color: #D78BDC;
}
.TagClassName
{
border-color: #D78BDC;
}
</style>