Shades of Plum #D79ADB
Tints of Plum #D79ADB
RGB
CMYK
RGB Variations
Color information
#D79ADB (or 0xD79ADB) is known color: Plum. HEX triplet: D7, 9A and DB. RGB value is (215,154,219). Sum of RGB (Red+Green+Blue) = 215+154+219=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ADB is #286524. Grayscale: #B3B3B3. Windows color (decimal): -2647333 or 14392023. OLE color: 14392023.
HSL color Cylindrical-coordinate representation of color #D79ADB: hue angle of 296.31º degrees, saturation: 0.47, 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 #D79ADB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 154 | 219 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.14 |
| HSL | 296.31º | 0.47% | 0.73% | - |
| HSV(B) | 296.31º | 0.3% | 0.86% | - |
| XYZ | 52.37 | 42.67 | 72.49 | - |
| YUV | 179.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 219 | 0.02 | 0.30 | 0 | 0.14 | 296.31 | 0.47 | 0.73 |
| Hex | D7 | 9A | DB | 2 | 1E | 0 | E | 128 | 2F | 49 |
| Octal | 327 | 232 | 333 | 2 | 36 | 0 | 16 | 450 | 57 | 111 |
| Binary | 11010111 | 10011010 | 11011011 | 10 | 11110 | 0 | 1110 | 100101000 | 101111 | 1001001 |
Color Harmonies of #D79ADB
Complementary color
Monochromatic Colors of #D79ADB
Black with #D79ADB
Text Example
Text Example
White with #D79ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79ADB; }
p { color: rgb(215,154,219); }
H1.HeaderClassName
{
color: #D79ADB;
}
.AnyTagClassName
{
color: #D79ADB;
}
</style>
background-color css
<style>
a { background-color: #D79ADB; }
a { background-color: rgb(215,154,219); }
div.DivClassName
{
background-color: #D79ADB;
}
.BgClassName
{
background-color: #D79ADB;
}
</style>
border-color css
<style>
span { border-color: #D79ADB; }
span { border-color: rgb(215,154,219); }
td.TdClassName
{
border-color: #D79ADB;
}
.TagClassName
{
border-color: #D79ADB;
}
</style>