Shades of Plum #D99FDC
Tints of Plum #D99FDC
RGB
CMYK
RGB Variations
Color information
#D99FDC (or 0xD99FDC) is known color: Plum. HEX triplet: D9, 9F and DC. RGB value is (217,159,220). Sum of RGB (Red+Green+Blue) = 217+159+220=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FDC is #266023. Grayscale: #B7B7B7. Windows color (decimal): -2514980 or 14458841. OLE color: 14458841.
HSL color Cylindrical-coordinate representation of color #D99FDC: hue angle of 297.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99FDC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 159 | 220 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.14 |
| HSL | 297.05º | 0.47% | 0.74% | - |
| HSV(B) | 297.05º | 0.28% | 0.86% | - |
| XYZ | 53.93 | 44.72 | 73.5 | - |
| YUV | 183.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 220 | 0.01 | 0.28 | 0 | 0.14 | 297.05 | 0.47 | 0.74 |
| Hex | D9 | 9F | DC | 1 | 1C | 0 | E | 129 | 2F | 4A |
| Octal | 331 | 237 | 334 | 1 | 34 | 0 | 16 | 451 | 57 | 112 |
| Binary | 11011001 | 10011111 | 11011100 | 1 | 11100 | 0 | 1110 | 100101001 | 101111 | 1001010 |
Color Harmonies of #D99FDC
Complementary color
Monochromatic Colors of #D99FDC
Black with #D99FDC
Text Example
Text Example
White with #D99FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FDC; }
p { color: rgb(217,159,220); }
H1.HeaderClassName
{
color: #D99FDC;
}
.AnyTagClassName
{
color: #D99FDC;
}
</style>
background-color css
<style>
a { background-color: #D99FDC; }
a { background-color: rgb(217,159,220); }
div.DivClassName
{
background-color: #D99FDC;
}
.BgClassName
{
background-color: #D99FDC;
}
</style>
border-color css
<style>
span { border-color: #D99FDC; }
span { border-color: rgb(217,159,220); }
td.TdClassName
{
border-color: #D99FDC;
}
.TagClassName
{
border-color: #D99FDC;
}
</style>