Shades of Plum #D78CCD
Tints of Plum #D78CCD
RGB
CMYK
RGB Variations
Color information
#D78CCD (or 0xD78CCD) is known color: Plum. HEX triplet: D7, 8C and CD. RGB value is (215,140,205). Sum of RGB (Red+Green+Blue) = 215+140+205=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CCD is #287332. Grayscale: #A9A9A9. Windows color (decimal): -2650931 or 13470935. OLE color: 13470935.
HSL color Cylindrical-coordinate representation of color #D78CCD: hue angle of 308º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78CCD is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 205 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308º | 0.48% | 0.7% | - |
| HSV(B) | 308º | 0.35% | 0.84% | - |
| XYZ | 48.42 | 37.61 | 62.47 | - |
| YUV | 169.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 205 | 0 | 0.35 | 0.05 | 0.16 | 308 | 0.48 | 0.7 |
| Hex | D7 | 8C | CD | 0 | 23 | 5 | 10 | 134 | 30 | 46 |
| Octal | 327 | 214 | 315 | 0 | 43 | 5 | 20 | 464 | 60 | 106 |
| Binary | 11010111 | 10001100 | 11001101 | 0 | 100011 | 101 | 10000 | 100110100 | 110000 | 1000110 |
Color Harmonies of #D78CCD
Complementary color
Monochromatic Colors of #D78CCD
Black with #D78CCD
Text Example
Text Example
White with #D78CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78CCD; }
p { color: rgb(215,140,205); }
H1.HeaderClassName
{
color: #D78CCD;
}
.AnyTagClassName
{
color: #D78CCD;
}
</style>
background-color css
<style>
a { background-color: #D78CCD; }
a { background-color: rgb(215,140,205); }
div.DivClassName
{
background-color: #D78CCD;
}
.BgClassName
{
background-color: #D78CCD;
}
</style>
border-color css
<style>
span { border-color: #D78CCD; }
span { border-color: rgb(215,140,205); }
td.TdClassName
{
border-color: #D78CCD;
}
.TagClassName
{
border-color: #D78CCD;
}
</style>