Shades of Plum #D994DB
Tints of Plum #D994DB
RGB
CMYK
RGB Variations
Color information
#D994DB (or 0xD994DB) is known color: Plum. HEX triplet: D9, 94 and DB. RGB value is (217,148,219). Sum of RGB (Red+Green+Blue) = 217+148+219=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D994DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DB is #266B24. Grayscale: #B0B0B0. Windows color (decimal): -2517797 or 14390489. OLE color: 14390489.
HSL color Cylindrical-coordinate representation of color #D994DB: hue angle of 298.31º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994DB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 148 | 219 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.14 |
| HSL | 298.31º | 0.5% | 0.72% | - |
| HSV(B) | 298.31º | 0.32% | 0.86% | - |
| XYZ | 51.99 | 41.05 | 72.2 | - |
| YUV | 176.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 219 | 0.01 | 0.32 | 0 | 0.14 | 298.31 | 0.5 | 0.72 |
| Hex | D9 | 94 | DB | 1 | 20 | 0 | E | 12A | 32 | 48 |
| Octal | 331 | 224 | 333 | 1 | 40 | 0 | 16 | 452 | 62 | 110 |
| Binary | 11011001 | 10010100 | 11011011 | 1 | 100000 | 0 | 1110 | 100101010 | 110010 | 1001000 |
Color Harmonies of #D994DB
Complementary color
Monochromatic Colors of #D994DB
Black with #D994DB
Text Example
Text Example
White with #D994DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994DB; }
p { color: rgb(217,148,219); }
H1.HeaderClassName
{
color: #D994DB;
}
.AnyTagClassName
{
color: #D994DB;
}
</style>
background-color css
<style>
a { background-color: #D994DB; }
a { background-color: rgb(217,148,219); }
div.DivClassName
{
background-color: #D994DB;
}
.BgClassName
{
background-color: #D994DB;
}
</style>
border-color css
<style>
span { border-color: #D994DB; }
span { border-color: rgb(217,148,219); }
td.TdClassName
{
border-color: #D994DB;
}
.TagClassName
{
border-color: #D994DB;
}
</style>