Shades of Plum #D79ACE
Tints of Plum #D79ACE
RGB
CMYK
RGB Variations
Color information
#D79ACE (or 0xD79ACE) is known color: Plum. HEX triplet: D7, 9A and CE. RGB value is (215,154,206). Sum of RGB (Red+Green+Blue) = 215+154+206=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ACE is #286531. Grayscale: #B2B2B2. Windows color (decimal): -2647346 or 13540055. OLE color: 13540055.
HSL color Cylindrical-coordinate representation of color #D79ACE: hue angle of 308.85º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79ACE is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 206 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.16 |
| HSL | 308.85º | 0.43% | 0.72% | - |
| HSV(B) | 308.85º | 0.28% | 0.84% | - |
| XYZ | 50.72 | 42.01 | 63.83 | - |
| YUV | 178.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 206 | 0 | 0.28 | 0.04 | 0.16 | 308.85 | 0.43 | 0.72 |
| Hex | D7 | 9A | CE | 0 | 1C | 4 | 10 | 135 | 2B | 48 |
| Octal | 327 | 232 | 316 | 0 | 34 | 4 | 20 | 465 | 53 | 110 |
| Binary | 11010111 | 10011010 | 11001110 | 0 | 11100 | 100 | 10000 | 100110101 | 101011 | 1001000 |
Color Harmonies of #D79ACE
Complementary color
Monochromatic Colors of #D79ACE
Black with #D79ACE
Text Example
Text Example
White with #D79ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79ACE; }
p { color: rgb(215,154,206); }
H1.HeaderClassName
{
color: #D79ACE;
}
.AnyTagClassName
{
color: #D79ACE;
}
</style>
background-color css
<style>
a { background-color: #D79ACE; }
a { background-color: rgb(215,154,206); }
div.DivClassName
{
background-color: #D79ACE;
}
.BgClassName
{
background-color: #D79ACE;
}
</style>
border-color css
<style>
span { border-color: #D79ACE; }
span { border-color: rgb(215,154,206); }
td.TdClassName
{
border-color: #D79ACE;
}
.TagClassName
{
border-color: #D79ACE;
}
</style>