Shades of Plum #D999DE
Tints of Plum #D999DE
RGB
CMYK
RGB Variations
Color information
#D999DE (or 0xD999DE) is known color: Plum. HEX triplet: D9, 99 and DE. RGB value is (217,153,222). Sum of RGB (Red+Green+Blue) = 217+153+222=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #D999DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999DE is #266621. Grayscale: #B3B3B3. Windows color (decimal): -2516514 or 14588377. OLE color: 14588377.
HSL color Cylindrical-coordinate representation of color #D999DE: hue angle of 295.65º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D999DE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 153 | 222 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.13 |
| HSL | 295.65º | 0.51% | 0.74% | - |
| HSV(B) | 295.65º | 0.31% | 0.87% | - |
| XYZ | 53.19 | 42.81 | 74.57 | - |
| YUV | 180 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 222 | 0.02 | 0.31 | 0 | 0.13 | 295.65 | 0.51 | 0.74 |
| Hex | D9 | 99 | DE | 2 | 1F | 0 | D | 128 | 33 | 4A |
| Octal | 331 | 231 | 336 | 2 | 37 | 0 | 15 | 450 | 63 | 112 |
| Binary | 11011001 | 10011001 | 11011110 | 10 | 11111 | 0 | 1101 | 100101000 | 110011 | 1001010 |
Color Harmonies of #D999DE
Complementary color
Monochromatic Colors of #D999DE
Black with #D999DE
Text Example
Text Example
White with #D999DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999DE; }
p { color: rgb(217,153,222); }
H1.HeaderClassName
{
color: #D999DE;
}
.AnyTagClassName
{
color: #D999DE;
}
</style>
background-color css
<style>
a { background-color: #D999DE; }
a { background-color: rgb(217,153,222); }
div.DivClassName
{
background-color: #D999DE;
}
.BgClassName
{
background-color: #D999DE;
}
</style>
border-color css
<style>
span { border-color: #D999DE; }
span { border-color: rgb(217,153,222); }
td.TdClassName
{
border-color: #D999DE;
}
.TagClassName
{
border-color: #D999DE;
}
</style>