Shades of Plum #D997DF
Tints of Plum #D997DF
RGB
CMYK
RGB Variations
Color information
#D997DF (or 0xD997DF) is known color: Plum. HEX triplet: D9, 97 and DF. RGB value is (217,151,223). Sum of RGB (Red+Green+Blue) = 217+151+223=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D997DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DF is #266820. Grayscale: #B2B2B2. Windows color (decimal): -2517025 or 14653401. OLE color: 14653401.
HSL color Cylindrical-coordinate representation of color #D997DF: hue angle of 295º 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 #D997DF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 151 | 223 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.13 |
| HSL | 295º | 0.53% | 0.73% | - |
| HSV(B) | 295º | 0.32% | 0.87% | - |
| XYZ | 53 | 42.21 | 75.17 | - |
| YUV | 178.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 223 | 0.03 | 0.32 | 0 | 0.13 | 295 | 0.53 | 0.73 |
| Hex | D9 | 97 | DF | 3 | 20 | 0 | D | 127 | 35 | 49 |
| Octal | 331 | 227 | 337 | 3 | 40 | 0 | 15 | 447 | 65 | 111 |
| Binary | 11011001 | 10010111 | 11011111 | 11 | 100000 | 0 | 1101 | 100100111 | 110101 | 1001001 |
Color Harmonies of #D997DF
Complementary color
Monochromatic Colors of #D997DF
Black with #D997DF
Text Example
Text Example
White with #D997DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997DF; }
p { color: rgb(217,151,223); }
H1.HeaderClassName
{
color: #D997DF;
}
.AnyTagClassName
{
color: #D997DF;
}
</style>
background-color css
<style>
a { background-color: #D997DF; }
a { background-color: rgb(217,151,223); }
div.DivClassName
{
background-color: #D997DF;
}
.BgClassName
{
background-color: #D997DF;
}
</style>
border-color css
<style>
span { border-color: #D997DF; }
span { border-color: rgb(217,151,223); }
td.TdClassName
{
border-color: #D997DF;
}
.TagClassName
{
border-color: #D997DF;
}
</style>