Shades of Plum #D99CE5
Tints of Plum #D99CE5
RGB
CMYK
RGB Variations
Color information
#D99CE5 (or 0xD99CE5) is known color: Plum. HEX triplet: D9, 9C and E5. RGB value is (217,156,229). Sum of RGB (Red+Green+Blue) = 217+156+229=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CE5 is #26631A. Grayscale: #B6B6B6. Windows color (decimal): -2515739 or 15047897. OLE color: 15047897.
HSL color Cylindrical-coordinate representation of color #D99CE5: hue angle of 290.14º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99CE5 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 156 | 229 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.10 |
| HSL | 290.14º | 0.58% | 0.75% | - |
| HSV(B) | 290.14º | 0.32% | 0.9% | - |
| XYZ | 54.65 | 44.19 | 79.78 | - |
| YUV | 182.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 229 | 0.05 | 0.32 | 0 | 0.10 | 290.14 | 0.58 | 0.75 |
| Hex | D9 | 9C | E5 | 5 | 20 | 0 | A | 122 | 3A | 4B |
| Octal | 331 | 234 | 345 | 5 | 40 | 0 | 12 | 442 | 72 | 113 |
| Binary | 11011001 | 10011100 | 11100101 | 101 | 100000 | 0 | 1010 | 100100010 | 111010 | 1001011 |
Color Harmonies of #D99CE5
Complementary color
Monochromatic Colors of #D99CE5
Black with #D99CE5
Text Example
Text Example
White with #D99CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CE5; }
p { color: rgb(217,156,229); }
H1.HeaderClassName
{
color: #D99CE5;
}
.AnyTagClassName
{
color: #D99CE5;
}
</style>
background-color css
<style>
a { background-color: #D99CE5; }
a { background-color: rgb(217,156,229); }
div.DivClassName
{
background-color: #D99CE5;
}
.BgClassName
{
background-color: #D99CE5;
}
</style>
border-color css
<style>
span { border-color: #D99CE5; }
span { border-color: rgb(217,156,229); }
td.TdClassName
{
border-color: #D99CE5;
}
.TagClassName
{
border-color: #D99CE5;
}
</style>