Shades of Plum #D79BD4
Tints of Plum #D79BD4
RGB
CMYK
RGB Variations
Color information
#D79BD4 (or 0xD79BD4) is known color: Plum. HEX triplet: D7, 9B and D4. RGB value is (215,155,212). Sum of RGB (Red+Green+Blue) = 215+155+212=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BD4 is #28642B. Grayscale: #B3B3B3. Windows color (decimal): -2647084 or 13933527. OLE color: 13933527.
HSL color Cylindrical-coordinate representation of color #D79BD4: hue angle of 303º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BD4 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 212 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.16 |
| HSL | 303º | 0.43% | 0.73% | - |
| HSV(B) | 303º | 0.28% | 0.84% | - |
| XYZ | 51.63 | 42.64 | 67.8 | - |
| YUV | 179.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 212 | 0 | 0.28 | 0.01 | 0.16 | 303 | 0.43 | 0.73 |
| Hex | D7 | 9B | D4 | 0 | 1C | 1 | 10 | 12F | 2B | 49 |
| Octal | 327 | 233 | 324 | 0 | 34 | 1 | 20 | 457 | 53 | 111 |
| Binary | 11010111 | 10011011 | 11010100 | 0 | 11100 | 1 | 10000 | 100101111 | 101011 | 1001001 |
Color Harmonies of #D79BD4
Complementary color
Monochromatic Colors of #D79BD4
Black with #D79BD4
Text Example
Text Example
White with #D79BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BD4; }
p { color: rgb(215,155,212); }
H1.HeaderClassName
{
color: #D79BD4;
}
.AnyTagClassName
{
color: #D79BD4;
}
</style>
background-color css
<style>
a { background-color: #D79BD4; }
a { background-color: rgb(215,155,212); }
div.DivClassName
{
background-color: #D79BD4;
}
.BgClassName
{
background-color: #D79BD4;
}
</style>
border-color css
<style>
span { border-color: #D79BD4; }
span { border-color: rgb(215,155,212); }
td.TdClassName
{
border-color: #D79BD4;
}
.TagClassName
{
border-color: #D79BD4;
}
</style>