Shades of Plum #D997DB
Tints of Plum #D997DB
RGB
CMYK
RGB Variations
Color information
#D997DB (or 0xD997DB) is known color: Plum. HEX triplet: D9, 97 and DB. RGB value is (217,151,219). Sum of RGB (Red+Green+Blue) = 217+151+219=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D997DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997DB is #266824. Grayscale: #B2B2B2. Windows color (decimal): -2517029 or 14391257. OLE color: 14391257.
HSL color Cylindrical-coordinate representation of color #D997DB: hue angle of 298.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D997DB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 151 | 219 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.14 |
| HSL | 298.24º | 0.49% | 0.73% | - |
| HSV(B) | 298.24º | 0.31% | 0.86% | - |
| XYZ | 52.47 | 42 | 72.36 | - |
| YUV | 178.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 219 | 0.01 | 0.31 | 0 | 0.14 | 298.24 | 0.49 | 0.73 |
| Hex | D9 | 97 | DB | 1 | 1F | 0 | E | 12A | 31 | 49 |
| Octal | 331 | 227 | 333 | 1 | 37 | 0 | 16 | 452 | 61 | 111 |
| Binary | 11011001 | 10010111 | 11011011 | 1 | 11111 | 0 | 1110 | 100101010 | 110001 | 1001001 |
Color Harmonies of #D997DB
Complementary color
Monochromatic Colors of #D997DB
Black with #D997DB
Text Example
Text Example
White with #D997DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997DB; }
p { color: rgb(217,151,219); }
H1.HeaderClassName
{
color: #D997DB;
}
.AnyTagClassName
{
color: #D997DB;
}
</style>
background-color css
<style>
a { background-color: #D997DB; }
a { background-color: rgb(217,151,219); }
div.DivClassName
{
background-color: #D997DB;
}
.BgClassName
{
background-color: #D997DB;
}
</style>
border-color css
<style>
span { border-color: #D997DB; }
span { border-color: rgb(217,151,219); }
td.TdClassName
{
border-color: #D997DB;
}
.TagClassName
{
border-color: #D997DB;
}
</style>