Shades of Plum #D79ADC
Tints of Plum #D79ADC
RGB
CMYK
RGB Variations
Color information
#D79ADC (or 0xD79ADC) is known color: Plum. HEX triplet: D7, 9A and DC. RGB value is (215,154,220). Sum of RGB (Red+Green+Blue) = 215+154+220=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D79ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ADC is #286523. Grayscale: #B3B3B3. Windows color (decimal): -2647332 or 14457559. OLE color: 14457559.
HSL color Cylindrical-coordinate representation of color #D79ADC: hue angle of 295.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79ADC is Cyan = 0.02, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 154 | 220 | - |
| CMYK | 0.02 | 0.3 | 0 | 0.14 |
| HSL | 295.45º | 0.49% | 0.73% | - |
| HSV(B) | 295.45º | 0.3% | 0.86% | - |
| XYZ | 52.5 | 42.73 | 73.19 | - |
| YUV | 179.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 220 | 0.02 | 0.3 | 0 | 0.14 | 295.45 | 0.49 | 0.73 |
| Hex | D7 | 9A | DC | 2 | 1E | 0 | E | 127 | 31 | 49 |
| Octal | 327 | 232 | 334 | 2 | 36 | 0 | 16 | 447 | 61 | 111 |
| Binary | 11010111 | 10011010 | 11011100 | 10 | 11110 | 0 | 1110 | 100100111 | 110001 | 1001001 |
Color Harmonies of #D79ADC
Complementary color
Monochromatic Colors of #D79ADC
Black with #D79ADC
Text Example
Text Example
White with #D79ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79ADC; }
p { color: rgb(215,154,220); }
H1.HeaderClassName
{
color: #D79ADC;
}
.AnyTagClassName
{
color: #D79ADC;
}
</style>
background-color css
<style>
a { background-color: #D79ADC; }
a { background-color: rgb(215,154,220); }
div.DivClassName
{
background-color: #D79ADC;
}
.BgClassName
{
background-color: #D79ADC;
}
</style>
border-color css
<style>
span { border-color: #D79ADC; }
span { border-color: rgb(215,154,220); }
td.TdClassName
{
border-color: #D79ADC;
}
.TagClassName
{
border-color: #D79ADC;
}
</style>