Shades of Plum #D79CDA
Tints of Plum #D79CDA
RGB
CMYK
RGB Variations
Color information
#D79CDA (or 0xD79CDA) is known color: Plum. HEX triplet: D7, 9C and DA. RGB value is (215,156,218). Sum of RGB (Red+Green+Blue) = 215+156+218=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDA is #286325. Grayscale: #B4B4B4. Windows color (decimal): -2646822 or 14326999. OLE color: 14326999.
HSL color Cylindrical-coordinate representation of color #D79CDA: hue angle of 297.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79CDA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 156 | 218 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.15 |
| HSL | 297.1º | 0.46% | 0.73% | - |
| HSV(B) | 297.1º | 0.28% | 0.85% | - |
| XYZ | 52.57 | 43.29 | 71.91 | - |
| YUV | 180.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 218 | 0.01 | 0.28 | 0 | 0.15 | 297.1 | 0.46 | 0.73 |
| Hex | D7 | 9C | DA | 1 | 1C | 0 | F | 129 | 2E | 49 |
| Octal | 327 | 234 | 332 | 1 | 34 | 0 | 17 | 451 | 56 | 111 |
| Binary | 11010111 | 10011100 | 11011010 | 1 | 11100 | 0 | 1111 | 100101001 | 101110 | 1001001 |
Color Harmonies of #D79CDA
Complementary color
Monochromatic Colors of #D79CDA
Black with #D79CDA
Text Example
Text Example
White with #D79CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CDA; }
p { color: rgb(215,156,218); }
H1.HeaderClassName
{
color: #D79CDA;
}
.AnyTagClassName
{
color: #D79CDA;
}
</style>
background-color css
<style>
a { background-color: #D79CDA; }
a { background-color: rgb(215,156,218); }
div.DivClassName
{
background-color: #D79CDA;
}
.BgClassName
{
background-color: #D79CDA;
}
</style>
border-color css
<style>
span { border-color: #D79CDA; }
span { border-color: rgb(215,156,218); }
td.TdClassName
{
border-color: #D79CDA;
}
.TagClassName
{
border-color: #D79CDA;
}
</style>