Shades of Plum #D797E5
Tints of Plum #D797E5
RGB
CMYK
RGB Variations
Color information
#D797E5 (or 0xD797E5) is known color: Plum. HEX triplet: D7, 97 and E5. RGB value is (215,151,229). Sum of RGB (Red+Green+Blue) = 215+151+229=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D797E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797E5 is #28681A. Grayscale: #B2B2B2. Windows color (decimal): -2648091 or 15046615. OLE color: 15046615.
HSL color Cylindrical-coordinate representation of color #D797E5: hue angle of 289.23º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D797E5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 151 | 229 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.10 |
| HSL | 289.23º | 0.6% | 0.75% | - |
| HSV(B) | 289.23º | 0.34% | 0.9% | - |
| XYZ | 53.23 | 42.24 | 79.48 | - |
| YUV | 179.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 229 | 0.06 | 0.34 | 0 | 0.10 | 289.23 | 0.6 | 0.75 |
| Hex | D7 | 97 | E5 | 6 | 22 | 0 | A | 121 | 3C | 4B |
| Octal | 327 | 227 | 345 | 6 | 42 | 0 | 12 | 441 | 74 | 113 |
| Binary | 11010111 | 10010111 | 11100101 | 110 | 100010 | 0 | 1010 | 100100001 | 111100 | 1001011 |
Color Harmonies of #D797E5
Complementary color
Monochromatic Colors of #D797E5
Black with #D797E5
Text Example
Text Example
White with #D797E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797E5; }
p { color: rgb(215,151,229); }
H1.HeaderClassName
{
color: #D797E5;
}
.AnyTagClassName
{
color: #D797E5;
}
</style>
background-color css
<style>
a { background-color: #D797E5; }
a { background-color: rgb(215,151,229); }
div.DivClassName
{
background-color: #D797E5;
}
.BgClassName
{
background-color: #D797E5;
}
</style>
border-color css
<style>
span { border-color: #D797E5; }
span { border-color: rgb(215,151,229); }
td.TdClassName
{
border-color: #D797E5;
}
.TagClassName
{
border-color: #D797E5;
}
</style>