Shades of Plum #D79FDD
Tints of Plum #D79FDD
RGB
CMYK
RGB Variations
Color information
#D79FDD (or 0xD79FDD) is known color: Plum. HEX triplet: D7, 9F and DD. RGB value is (215,159,221). Sum of RGB (Red+Green+Blue) = 215+159+221=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #D79FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FDD is #286022. Grayscale: #B6B6B6. Windows color (decimal): -2646051 or 14524375. OLE color: 14524375.
HSL color Cylindrical-coordinate representation of color #D79FDD: hue angle of 294.19º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79FDD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 159 | 221 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.13 |
| HSL | 294.19º | 0.48% | 0.75% | - |
| HSV(B) | 294.19º | 0.28% | 0.87% | - |
| XYZ | 53.47 | 44.46 | 74.17 | - |
| YUV | 182.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 159 | 221 | 0.03 | 0.28 | 0 | 0.13 | 294.19 | 0.48 | 0.75 |
| Hex | D7 | 9F | DD | 3 | 1C | 0 | D | 126 | 30 | 4B |
| Octal | 327 | 237 | 335 | 3 | 34 | 0 | 15 | 446 | 60 | 113 |
| Binary | 11010111 | 10011111 | 11011101 | 11 | 11100 | 0 | 1101 | 100100110 | 110000 | 1001011 |
Color Harmonies of #D79FDD
Complementary color
Monochromatic Colors of #D79FDD
Black with #D79FDD
Text Example
Text Example
White with #D79FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79FDD; }
p { color: rgb(215,159,221); }
H1.HeaderClassName
{
color: #D79FDD;
}
.AnyTagClassName
{
color: #D79FDD;
}
</style>
background-color css
<style>
a { background-color: #D79FDD; }
a { background-color: rgb(215,159,221); }
div.DivClassName
{
background-color: #D79FDD;
}
.BgClassName
{
background-color: #D79FDD;
}
</style>
border-color css
<style>
span { border-color: #D79FDD; }
span { border-color: rgb(215,159,221); }
td.TdClassName
{
border-color: #D79FDD;
}
.TagClassName
{
border-color: #D79FDD;
}
</style>