Shades of Plum #D997CC
Tints of Plum #D997CC
RGB
CMYK
RGB Variations
Color information
#D997CC (or 0xD997CC) is known color: Plum. HEX triplet: D9, 97 and CC. RGB value is (217,151,204). Sum of RGB (Red+Green+Blue) = 217+151+204=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D997CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997CC is #266833. Grayscale: #B0B0B0. Windows color (decimal): -2517044 or 13408217. OLE color: 13408217.
HSL color Cylindrical-coordinate representation of color #D997CC: hue angle of 311.82º 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 #D997CC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 204 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 311.82º | 0.46% | 0.72% | - |
| HSV(B) | 311.82º | 0.3% | 0.85% | - |
| XYZ | 50.58 | 41.24 | 62.42 | - |
| YUV | 176.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 204 | 0 | 0.30 | 0.06 | 0.15 | 311.82 | 0.46 | 0.72 |
| Hex | D9 | 97 | CC | 0 | 1E | 6 | F | 138 | 2E | 48 |
| Octal | 331 | 227 | 314 | 0 | 36 | 6 | 17 | 470 | 56 | 110 |
| Binary | 11011001 | 10010111 | 11001100 | 0 | 11110 | 110 | 1111 | 100111000 | 101110 | 1001000 |
Color Harmonies of #D997CC
Complementary color
Monochromatic Colors of #D997CC
Black with #D997CC
Text Example
Text Example
White with #D997CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997CC; }
p { color: rgb(217,151,204); }
H1.HeaderClassName
{
color: #D997CC;
}
.AnyTagClassName
{
color: #D997CC;
}
</style>
background-color css
<style>
a { background-color: #D997CC; }
a { background-color: rgb(217,151,204); }
div.DivClassName
{
background-color: #D997CC;
}
.BgClassName
{
background-color: #D997CC;
}
</style>
border-color css
<style>
span { border-color: #D997CC; }
span { border-color: rgb(217,151,204); }
td.TdClassName
{
border-color: #D997CC;
}
.TagClassName
{
border-color: #D997CC;
}
</style>