Shades of Plum #D796D5
Tints of Plum #D796D5
RGB
CMYK
RGB Variations
Color information
#D796D5 (or 0xD796D5) is known color: Plum. HEX triplet: D7, 96 and D5. RGB value is (215,150,213). Sum of RGB (Red+Green+Blue) = 215+150+213=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D796D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796D5 is #28692A. Grayscale: #B0B0B0. Windows color (decimal): -2648363 or 13997783. OLE color: 13997783.
HSL color Cylindrical-coordinate representation of color #D796D5: hue angle of 301.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796D5 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 213 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.16 |
| HSL | 301.85º | 0.45% | 0.72% | - |
| HSV(B) | 301.85º | 0.3% | 0.84% | - |
| XYZ | 50.94 | 41.06 | 68.19 | - |
| YUV | 176.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 213 | 0 | 0.30 | 0.01 | 0.16 | 301.85 | 0.45 | 0.72 |
| Hex | D7 | 96 | D5 | 0 | 1E | 1 | 10 | 12E | 2D | 48 |
| Octal | 327 | 226 | 325 | 0 | 36 | 1 | 20 | 456 | 55 | 110 |
| Binary | 11010111 | 10010110 | 11010101 | 0 | 11110 | 1 | 10000 | 100101110 | 101101 | 1001000 |
Color Harmonies of #D796D5
Complementary color
Monochromatic Colors of #D796D5
Black with #D796D5
Text Example
Text Example
White with #D796D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796D5; }
p { color: rgb(215,150,213); }
H1.HeaderClassName
{
color: #D796D5;
}
.AnyTagClassName
{
color: #D796D5;
}
</style>
background-color css
<style>
a { background-color: #D796D5; }
a { background-color: rgb(215,150,213); }
div.DivClassName
{
background-color: #D796D5;
}
.BgClassName
{
background-color: #D796D5;
}
</style>
border-color css
<style>
span { border-color: #D796D5; }
span { border-color: rgb(215,150,213); }
td.TdClassName
{
border-color: #D796D5;
}
.TagClassName
{
border-color: #D796D5;
}
</style>