Shades of Plum #D997D0
Tints of Plum #D997D0
RGB
CMYK
RGB Variations
Color information
#D997D0 (or 0xD997D0) is known color: Plum. HEX triplet: D9, 97 and D0. RGB value is (217,151,208). Sum of RGB (Red+Green+Blue) = 217+151+208=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D997D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997D0 is #26682F. Grayscale: #B1B1B1. Windows color (decimal): -2517040 or 13670361. OLE color: 13670361.
HSL color Cylindrical-coordinate representation of color #D997D0: hue angle of 308.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997D0 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 208 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.15 |
| HSL | 308.18º | 0.46% | 0.72% | - |
| HSV(B) | 308.18º | 0.3% | 0.85% | - |
| XYZ | 51.07 | 41.44 | 64.98 | - |
| YUV | 177.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 208 | 0 | 0.30 | 0.04 | 0.15 | 308.18 | 0.46 | 0.72 |
| Hex | D9 | 97 | D0 | 0 | 1E | 4 | F | 134 | 2E | 48 |
| Octal | 331 | 227 | 320 | 0 | 36 | 4 | 17 | 464 | 56 | 110 |
| Binary | 11011001 | 10010111 | 11010000 | 0 | 11110 | 100 | 1111 | 100110100 | 101110 | 1001000 |
Color Harmonies of #D997D0
Complementary color
Monochromatic Colors of #D997D0
Black with #D997D0
Text Example
Text Example
White with #D997D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997D0; }
p { color: rgb(217,151,208); }
H1.HeaderClassName
{
color: #D997D0;
}
.AnyTagClassName
{
color: #D997D0;
}
</style>
background-color css
<style>
a { background-color: #D997D0; }
a { background-color: rgb(217,151,208); }
div.DivClassName
{
background-color: #D997D0;
}
.BgClassName
{
background-color: #D997D0;
}
</style>
border-color css
<style>
span { border-color: #D997D0; }
span { border-color: rgb(217,151,208); }
td.TdClassName
{
border-color: #D997D0;
}
.TagClassName
{
border-color: #D997D0;
}
</style>