Shades of Plum #D99FE6
Tints of Plum #D99FE6
RGB
CMYK
RGB Variations
Color information
#D99FE6 (or 0xD99FE6) is known color: Plum. HEX triplet: D9, 9F and E6. RGB value is (217,159,230). Sum of RGB (Red+Green+Blue) = 217+159+230=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #D99FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FE6 is #266019. Grayscale: #B8B8B8. Windows color (decimal): -2514970 or 15114201. OLE color: 15114201.
HSL color Cylindrical-coordinate representation of color #D99FE6: hue angle of 289.01º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99FE6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 159 | 230 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.10 |
| HSL | 289.01º | 0.59% | 0.76% | - |
| HSV(B) | 289.01º | 0.31% | 0.9% | - |
| XYZ | 55.3 | 45.26 | 80.68 | - |
| YUV | 184.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 230 | 0.06 | 0.31 | 0 | 0.10 | 289.01 | 0.59 | 0.76 |
| Hex | D9 | 9F | E6 | 6 | 1F | 0 | A | 121 | 3B | 4C |
| Octal | 331 | 237 | 346 | 6 | 37 | 0 | 12 | 441 | 73 | 114 |
| Binary | 11011001 | 10011111 | 11100110 | 110 | 11111 | 0 | 1010 | 100100001 | 111011 | 1001100 |
Color Harmonies of #D99FE6
Complementary color
Monochromatic Colors of #D99FE6
Black with #D99FE6
Text Example
Text Example
White with #D99FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FE6; }
p { color: rgb(217,159,230); }
H1.HeaderClassName
{
color: #D99FE6;
}
.AnyTagClassName
{
color: #D99FE6;
}
</style>
background-color css
<style>
a { background-color: #D99FE6; }
a { background-color: rgb(217,159,230); }
div.DivClassName
{
background-color: #D99FE6;
}
.BgClassName
{
background-color: #D99FE6;
}
</style>
border-color css
<style>
span { border-color: #D99FE6; }
span { border-color: rgb(217,159,230); }
td.TdClassName
{
border-color: #D99FE6;
}
.TagClassName
{
border-color: #D99FE6;
}
</style>