Shades of Plum #D79ECF
Tints of Plum #D79ECF
RGB
CMYK
RGB Variations
Color information
#D79ECF (or 0xD79ECF) is known color: Plum. HEX triplet: D7, 9E and CF. RGB value is (215,158,207). Sum of RGB (Red+Green+Blue) = 215+158+207=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ECF is #286130. Grayscale: #B4B4B4. Windows color (decimal): -2646321 or 13606615. OLE color: 13606615.
HSL color Cylindrical-coordinate representation of color #D79ECF: hue angle of 308.42º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79ECF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 158 | 207 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.16 |
| HSL | 308.42º | 0.42% | 0.73% | - |
| HSV(B) | 308.42º | 0.27% | 0.84% | - |
| XYZ | 51.51 | 43.41 | 64.69 | - |
| YUV | 180.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 207 | 0 | 0.27 | 0.04 | 0.16 | 308.42 | 0.42 | 0.73 |
| Hex | D7 | 9E | CF | 0 | 1B | 4 | 10 | 134 | 2A | 49 |
| Octal | 327 | 236 | 317 | 0 | 33 | 4 | 20 | 464 | 52 | 111 |
| Binary | 11010111 | 10011110 | 11001111 | 0 | 11011 | 100 | 10000 | 100110100 | 101010 | 1001001 |
Color Harmonies of #D79ECF
Complementary color
Monochromatic Colors of #D79ECF
Black with #D79ECF
Text Example
Text Example
White with #D79ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79ECF; }
p { color: rgb(215,158,207); }
H1.HeaderClassName
{
color: #D79ECF;
}
.AnyTagClassName
{
color: #D79ECF;
}
</style>
background-color css
<style>
a { background-color: #D79ECF; }
a { background-color: rgb(215,158,207); }
div.DivClassName
{
background-color: #D79ECF;
}
.BgClassName
{
background-color: #D79ECF;
}
</style>
border-color css
<style>
span { border-color: #D79ECF; }
span { border-color: rgb(215,158,207); }
td.TdClassName
{
border-color: #D79ECF;
}
.TagClassName
{
border-color: #D79ECF;
}
</style>