Shades of Plum #D997DE
Tints of Plum #D997DE
RGB
CMYK
RGB Variations
Color information
#D997DE (or 0xD997DE) is known color: Plum. HEX triplet: D9, 97 and DE. RGB value is (217,151,222). Sum of RGB (Red+Green+Blue) = 217+151+222=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #D997DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DE is #266821. Grayscale: #B2B2B2. Windows color (decimal): -2517026 or 14587865. OLE color: 14587865.
HSL color Cylindrical-coordinate representation of color #D997DE: hue angle of 295.77º 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 #D997DE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 151 | 222 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.13 |
| HSL | 295.77º | 0.52% | 0.73% | - |
| HSV(B) | 295.77º | 0.32% | 0.87% | - |
| XYZ | 52.87 | 42.16 | 74.46 | - |
| YUV | 178.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 222 | 0.02 | 0.32 | 0 | 0.13 | 295.77 | 0.52 | 0.73 |
| Hex | D9 | 97 | DE | 2 | 20 | 0 | D | 128 | 34 | 49 |
| Octal | 331 | 227 | 336 | 2 | 40 | 0 | 15 | 450 | 64 | 111 |
| Binary | 11011001 | 10010111 | 11011110 | 10 | 100000 | 0 | 1101 | 100101000 | 110100 | 1001001 |
Color Harmonies of #D997DE
Complementary color
Monochromatic Colors of #D997DE
Black with #D997DE
Text Example
Text Example
White with #D997DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997DE; }
p { color: rgb(217,151,222); }
H1.HeaderClassName
{
color: #D997DE;
}
.AnyTagClassName
{
color: #D997DE;
}
</style>
background-color css
<style>
a { background-color: #D997DE; }
a { background-color: rgb(217,151,222); }
div.DivClassName
{
background-color: #D997DE;
}
.BgClassName
{
background-color: #D997DE;
}
</style>
border-color css
<style>
span { border-color: #D997DE; }
span { border-color: rgb(217,151,222); }
td.TdClassName
{
border-color: #D997DE;
}
.TagClassName
{
border-color: #D997DE;
}
</style>