Shades of Plum #D99FE7
Tints of Plum #D99FE7
RGB
CMYK
RGB Variations
Color information
#D99FE7 (or 0xD99FE7) is known color: Plum. HEX triplet: D9, 9F and E7. RGB value is (217,159,231). Sum of RGB (Red+Green+Blue) = 217+159+231=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #D99FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FE7 is #266018. Grayscale: #B8B8B8. Windows color (decimal): -2514969 or 15179737. OLE color: 15179737.
HSL color Cylindrical-coordinate representation of color #D99FE7: hue angle of 288.33º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99FE7 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 159 | 231 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.09 |
| HSL | 288.33º | 0.6% | 0.76% | - |
| HSV(B) | 288.33º | 0.31% | 0.91% | - |
| XYZ | 55.44 | 45.32 | 81.43 | - |
| YUV | 184.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 231 | 0.06 | 0.31 | 0 | 0.09 | 288.33 | 0.6 | 0.76 |
| Hex | D9 | 9F | E7 | 6 | 1F | 0 | 9 | 120 | 3C | 4C |
| Octal | 331 | 237 | 347 | 6 | 37 | 0 | 11 | 440 | 74 | 114 |
| Binary | 11011001 | 10011111 | 11100111 | 110 | 11111 | 0 | 1001 | 100100000 | 111100 | 1001100 |
Color Harmonies of #D99FE7
Complementary color
Monochromatic Colors of #D99FE7
Black with #D99FE7
Text Example
Text Example
White with #D99FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FE7; }
p { color: rgb(217,159,231); }
H1.HeaderClassName
{
color: #D99FE7;
}
.AnyTagClassName
{
color: #D99FE7;
}
</style>
background-color css
<style>
a { background-color: #D99FE7; }
a { background-color: rgb(217,159,231); }
div.DivClassName
{
background-color: #D99FE7;
}
.BgClassName
{
background-color: #D99FE7;
}
</style>
border-color css
<style>
span { border-color: #D99FE7; }
span { border-color: rgb(217,159,231); }
td.TdClassName
{
border-color: #D99FE7;
}
.TagClassName
{
border-color: #D99FE7;
}
</style>