Shades of Plum #D78FCE
Tints of Plum #D78FCE
RGB
CMYK
RGB Variations
Color information
#D78FCE (or 0xD78FCE) is known color: Plum. HEX triplet: D7, 8F and CE. RGB value is (215,143,206). Sum of RGB (Red+Green+Blue) = 215+143+206=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FCE is #287031. Grayscale: #ABABAB. Windows color (decimal): -2650162 or 13537239. OLE color: 13537239.
HSL color Cylindrical-coordinate representation of color #D78FCE: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D78FCE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 206 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.16 |
| HSL | 307.5º | 0.47% | 0.7% | - |
| HSV(B) | 307.5º | 0.33% | 0.84% | - |
| XYZ | 48.99 | 38.55 | 63.25 | - |
| YUV | 171.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 206 | 0 | 0.33 | 0.04 | 0.16 | 307.5 | 0.47 | 0.7 |
| Hex | D7 | 8F | CE | 0 | 21 | 4 | 10 | 134 | 2F | 46 |
| Octal | 327 | 217 | 316 | 0 | 41 | 4 | 20 | 464 | 57 | 106 |
| Binary | 11010111 | 10001111 | 11001110 | 0 | 100001 | 100 | 10000 | 100110100 | 101111 | 1000110 |
Color Harmonies of #D78FCE
Complementary color
Monochromatic Colors of #D78FCE
Black with #D78FCE
Text Example
Text Example
White with #D78FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78FCE; }
p { color: rgb(215,143,206); }
H1.HeaderClassName
{
color: #D78FCE;
}
.AnyTagClassName
{
color: #D78FCE;
}
</style>
background-color css
<style>
a { background-color: #D78FCE; }
a { background-color: rgb(215,143,206); }
div.DivClassName
{
background-color: #D78FCE;
}
.BgClassName
{
background-color: #D78FCE;
}
</style>
border-color css
<style>
span { border-color: #D78FCE; }
span { border-color: rgb(215,143,206); }
td.TdClassName
{
border-color: #D78FCE;
}
.TagClassName
{
border-color: #D78FCE;
}
</style>