Shades of Plum #D78BCC
Tints of Plum #D78BCC
RGB
CMYK
RGB Variations
Color information
#D78BCC (or 0xD78BCC) is known color: Plum. HEX triplet: D7, 8B and CC. RGB value is (215,139,204). Sum of RGB (Red+Green+Blue) = 215+139+204=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D78BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78BCC is #287433. Grayscale: #A8A8A8. Windows color (decimal): -2651188 or 13405143. OLE color: 13405143.
HSL color Cylindrical-coordinate representation of color #D78BCC: hue angle of 308.68º 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 #D78BCC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 204 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308.68º | 0.49% | 0.69% | - |
| HSV(B) | 308.68º | 0.35% | 0.84% | - |
| XYZ | 48.16 | 37.27 | 61.78 | - |
| YUV | 169.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 204 | 0 | 0.35 | 0.05 | 0.16 | 308.68 | 0.49 | 0.69 |
| Hex | D7 | 8B | CC | 0 | 23 | 5 | 10 | 135 | 31 | 45 |
| Octal | 327 | 213 | 314 | 0 | 43 | 5 | 20 | 465 | 61 | 105 |
| Binary | 11010111 | 10001011 | 11001100 | 0 | 100011 | 101 | 10000 | 100110101 | 110001 | 1000101 |
Color Harmonies of #D78BCC
Complementary color
Monochromatic Colors of #D78BCC
Black with #D78BCC
Text Example
Text Example
White with #D78BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BCC; }
p { color: rgb(215,139,204); }
H1.HeaderClassName
{
color: #D78BCC;
}
.AnyTagClassName
{
color: #D78BCC;
}
</style>
background-color css
<style>
a { background-color: #D78BCC; }
a { background-color: rgb(215,139,204); }
div.DivClassName
{
background-color: #D78BCC;
}
.BgClassName
{
background-color: #D78BCC;
}
</style>
border-color css
<style>
span { border-color: #D78BCC; }
span { border-color: rgb(215,139,204); }
td.TdClassName
{
border-color: #D78BCC;
}
.TagClassName
{
border-color: #D78BCC;
}
</style>