Shades of Plum #D79CDB
Tints of Plum #D79CDB
RGB
CMYK
RGB Variations
Color information
#D79CDB (or 0xD79CDB) is known color: Plum. HEX triplet: D7, 9C and DB. RGB value is (215,156,219). Sum of RGB (Red+Green+Blue) = 215+156+219=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDB is #286324. Grayscale: #B4B4B4. Windows color (decimal): -2646821 or 14392535. OLE color: 14392535.
HSL color Cylindrical-coordinate representation of color #D79CDB: hue angle of 296.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79CDB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 156 | 219 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.14 |
| HSL | 296.19º | 0.47% | 0.74% | - |
| HSV(B) | 296.19º | 0.29% | 0.86% | - |
| XYZ | 52.7 | 43.34 | 72.61 | - |
| YUV | 180.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 219 | 0.02 | 0.29 | 0 | 0.14 | 296.19 | 0.47 | 0.74 |
| Hex | D7 | 9C | DB | 2 | 1D | 0 | E | 128 | 2F | 4A |
| Octal | 327 | 234 | 333 | 2 | 35 | 0 | 16 | 450 | 57 | 112 |
| Binary | 11010111 | 10011100 | 11011011 | 10 | 11101 | 0 | 1110 | 100101000 | 101111 | 1001010 |
Color Harmonies of #D79CDB
Complementary color
Monochromatic Colors of #D79CDB
Black with #D79CDB
Text Example
Text Example
White with #D79CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79CDB; }
p { color: rgb(215,156,219); }
H1.HeaderClassName
{
color: #D79CDB;
}
.AnyTagClassName
{
color: #D79CDB;
}
</style>
background-color css
<style>
a { background-color: #D79CDB; }
a { background-color: rgb(215,156,219); }
div.DivClassName
{
background-color: #D79CDB;
}
.BgClassName
{
background-color: #D79CDB;
}
</style>
border-color css
<style>
span { border-color: #D79CDB; }
span { border-color: rgb(215,156,219); }
td.TdClassName
{
border-color: #D79CDB;
}
.TagClassName
{
border-color: #D79CDB;
}
</style>