Shades of Plum #D797DF
Tints of Plum #D797DF
RGB
CMYK
RGB Variations
Color information
#D797DF (or 0xD797DF) is known color: Plum. HEX triplet: D7, 97 and DF. RGB value is (215,151,223). Sum of RGB (Red+Green+Blue) = 215+151+223=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D797DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797DF is #286820. Grayscale: #B2B2B2. Windows color (decimal): -2648097 or 14653399. OLE color: 14653399.
HSL color Cylindrical-coordinate representation of color #D797DF: hue angle of 293.33º degrees, saturation: 0.53, 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 #D797DF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 151 | 223 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.13 |
| HSL | 293.33º | 0.53% | 0.73% | - |
| HSV(B) | 293.33º | 0.32% | 0.87% | - |
| XYZ | 52.41 | 41.91 | 75.14 | - |
| YUV | 178.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 223 | 0.04 | 0.32 | 0 | 0.13 | 293.33 | 0.53 | 0.73 |
| Hex | D7 | 97 | DF | 4 | 20 | 0 | D | 125 | 35 | 49 |
| Octal | 327 | 227 | 337 | 4 | 40 | 0 | 15 | 445 | 65 | 111 |
| Binary | 11010111 | 10010111 | 11011111 | 100 | 100000 | 0 | 1101 | 100100101 | 110101 | 1001001 |
Color Harmonies of #D797DF
Complementary color
Monochromatic Colors of #D797DF
Black with #D797DF
Text Example
Text Example
White with #D797DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797DF; }
p { color: rgb(215,151,223); }
H1.HeaderClassName
{
color: #D797DF;
}
.AnyTagClassName
{
color: #D797DF;
}
</style>
background-color css
<style>
a { background-color: #D797DF; }
a { background-color: rgb(215,151,223); }
div.DivClassName
{
background-color: #D797DF;
}
.BgClassName
{
background-color: #D797DF;
}
</style>
border-color css
<style>
span { border-color: #D797DF; }
span { border-color: rgb(215,151,223); }
td.TdClassName
{
border-color: #D797DF;
}
.TagClassName
{
border-color: #D797DF;
}
</style>