Shades of Plum #D993D6
Tints of Plum #D993D6
RGB
CMYK
RGB Variations
Color information
#D993D6 (or 0xD993D6) is known color: Plum. HEX triplet: D9, 93 and D6. RGB value is (217,147,214). Sum of RGB (Red+Green+Blue) = 217+147+214=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D993D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993D6 is #266C29. Grayscale: #AFAFAF. Windows color (decimal): -2518058 or 14062553. OLE color: 14062553.
HSL color Cylindrical-coordinate representation of color #D993D6: hue angle of 302.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993D6 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 214 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.15 |
| HSL | 302.57º | 0.48% | 0.71% | - |
| HSV(B) | 302.57º | 0.32% | 0.85% | - |
| XYZ | 51.19 | 40.47 | 68.73 | - |
| YUV | 175.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 214 | 0 | 0.32 | 0.01 | 0.15 | 302.57 | 0.48 | 0.71 |
| Hex | D9 | 93 | D6 | 0 | 20 | 1 | F | 12F | 30 | 47 |
| Octal | 331 | 223 | 326 | 0 | 40 | 1 | 17 | 457 | 60 | 107 |
| Binary | 11011001 | 10010011 | 11010110 | 0 | 100000 | 1 | 1111 | 100101111 | 110000 | 1000111 |
Color Harmonies of #D993D6
Complementary color
Monochromatic Colors of #D993D6
Black with #D993D6
Text Example
Text Example
White with #D993D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993D6; }
p { color: rgb(217,147,214); }
H1.HeaderClassName
{
color: #D993D6;
}
.AnyTagClassName
{
color: #D993D6;
}
</style>
background-color css
<style>
a { background-color: #D993D6; }
a { background-color: rgb(217,147,214); }
div.DivClassName
{
background-color: #D993D6;
}
.BgClassName
{
background-color: #D993D6;
}
</style>
border-color css
<style>
span { border-color: #D993D6; }
span { border-color: rgb(217,147,214); }
td.TdClassName
{
border-color: #D993D6;
}
.TagClassName
{
border-color: #D993D6;
}
</style>