Shades of Plum #D994DC
Tints of Plum #D994DC
RGB
CMYK
RGB Variations
Color information
#D994DC (or 0xD994DC) is known color: Plum. HEX triplet: D9, 94 and DC. RGB value is (217,148,220). Sum of RGB (Red+Green+Blue) = 217+148+220=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D994DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DC is #266B23. Grayscale: #B0B0B0. Windows color (decimal): -2517796 or 14456025. OLE color: 14456025.
HSL color Cylindrical-coordinate representation of color #D994DC: hue angle of 297.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D994DC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 148 | 220 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.14 |
| HSL | 297.5º | 0.51% | 0.72% | - |
| HSV(B) | 297.5º | 0.33% | 0.86% | - |
| XYZ | 52.12 | 41.1 | 72.9 | - |
| YUV | 176.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 220 | 0.01 | 0.33 | 0 | 0.14 | 297.5 | 0.51 | 0.72 |
| Hex | D9 | 94 | DC | 1 | 21 | 0 | E | 12A | 33 | 48 |
| Octal | 331 | 224 | 334 | 1 | 41 | 0 | 16 | 452 | 63 | 110 |
| Binary | 11011001 | 10010100 | 11011100 | 1 | 100001 | 0 | 1110 | 100101010 | 110011 | 1001000 |
Color Harmonies of #D994DC
Complementary color
Monochromatic Colors of #D994DC
Black with #D994DC
Text Example
Text Example
White with #D994DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994DC; }
p { color: rgb(217,148,220); }
H1.HeaderClassName
{
color: #D994DC;
}
.AnyTagClassName
{
color: #D994DC;
}
</style>
background-color css
<style>
a { background-color: #D994DC; }
a { background-color: rgb(217,148,220); }
div.DivClassName
{
background-color: #D994DC;
}
.BgClassName
{
background-color: #D994DC;
}
</style>
border-color css
<style>
span { border-color: #D994DC; }
span { border-color: rgb(217,148,220); }
td.TdClassName
{
border-color: #D994DC;
}
.TagClassName
{
border-color: #D994DC;
}
</style>