Shades of Plum #D796DE
Tints of Plum #D796DE
RGB
CMYK
RGB Variations
Color information
#D796DE (or 0xD796DE) is known color: Plum. HEX triplet: D7, 96 and DE. RGB value is (215,150,222). Sum of RGB (Red+Green+Blue) = 215+150+222=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D796DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796DE is #286921. Grayscale: #B1B1B1. Windows color (decimal): -2648354 or 14587607. OLE color: 14587607.
HSL color Cylindrical-coordinate representation of color #D796DE: hue angle of 294.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D796DE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 150 | 222 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 294.17º | 0.52% | 0.73% | - |
| HSV(B) | 294.17º | 0.32% | 0.87% | - |
| XYZ | 52.12 | 41.53 | 74.38 | - |
| YUV | 177.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 222 | 0.03 | 0.32 | 0 | 0.13 | 294.17 | 0.52 | 0.73 |
| Hex | D7 | 96 | DE | 3 | 20 | 0 | D | 126 | 34 | 49 |
| Octal | 327 | 226 | 336 | 3 | 40 | 0 | 15 | 446 | 64 | 111 |
| Binary | 11010111 | 10010110 | 11011110 | 11 | 100000 | 0 | 1101 | 100100110 | 110100 | 1001001 |
Color Harmonies of #D796DE
Complementary color
Monochromatic Colors of #D796DE
Black with #D796DE
Text Example
Text Example
White with #D796DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D796DE; }
p { color: rgb(215,150,222); }
H1.HeaderClassName
{
color: #D796DE;
}
.AnyTagClassName
{
color: #D796DE;
}
</style>
background-color css
<style>
a { background-color: #D796DE; }
a { background-color: rgb(215,150,222); }
div.DivClassName
{
background-color: #D796DE;
}
.BgClassName
{
background-color: #D796DE;
}
</style>
border-color css
<style>
span { border-color: #D796DE; }
span { border-color: rgb(215,150,222); }
td.TdClassName
{
border-color: #D796DE;
}
.TagClassName
{
border-color: #D796DE;
}
</style>