Shades of Plum #D993CE
Tints of Plum #D993CE
RGB
CMYK
RGB Variations
Color information
#D993CE (or 0xD993CE) is known color: Plum. HEX triplet: D9, 93 and CE. RGB value is (217,147,206). Sum of RGB (Red+Green+Blue) = 217+147+206=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CE is #266C31. Grayscale: #AEAEAE. Windows color (decimal): -2518066 or 13538265. OLE color: 13538265.
HSL color Cylindrical-coordinate representation of color #D993CE: hue angle of 309.43º 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 #D993CE is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 206 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.15 |
| HSL | 309.43º | 0.48% | 0.71% | - |
| HSV(B) | 309.43º | 0.32% | 0.85% | - |
| XYZ | 50.19 | 40.08 | 63.48 | - |
| YUV | 174.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 206 | 0 | 0.32 | 0.05 | 0.15 | 309.43 | 0.48 | 0.71 |
| Hex | D9 | 93 | CE | 0 | 20 | 5 | F | 135 | 30 | 47 |
| Octal | 331 | 223 | 316 | 0 | 40 | 5 | 17 | 465 | 60 | 107 |
| Binary | 11011001 | 10010011 | 11001110 | 0 | 100000 | 101 | 1111 | 100110101 | 110000 | 1000111 |
Color Harmonies of #D993CE
Complementary color
Monochromatic Colors of #D993CE
Black with #D993CE
Text Example
Text Example
White with #D993CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993CE; }
p { color: rgb(217,147,206); }
H1.HeaderClassName
{
color: #D993CE;
}
.AnyTagClassName
{
color: #D993CE;
}
</style>
background-color css
<style>
a { background-color: #D993CE; }
a { background-color: rgb(217,147,206); }
div.DivClassName
{
background-color: #D993CE;
}
.BgClassName
{
background-color: #D993CE;
}
</style>
border-color css
<style>
span { border-color: #D993CE; }
span { border-color: rgb(217,147,206); }
td.TdClassName
{
border-color: #D993CE;
}
.TagClassName
{
border-color: #D993CE;
}
</style>