Shades of Plum #DF9CEB
Tints of Plum #DF9CEB
RGB
CMYK
RGB Variations
Color information
#DF9CEB (or 0xDF9CEB) is known color: Plum. HEX triplet: DF, 9C and EB. RGB value is (223,156,235). Sum of RGB (Red+Green+Blue) = 223+156+235=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CEB is #206314. Grayscale: #B8B8B8. Windows color (decimal): -2122517 or 15441119. OLE color: 15441119.
HSL color Cylindrical-coordinate representation of color #DF9CEB: hue angle of 290.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9CEB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 156 | 235 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.08 |
| HSL | 290.89º | 0.66% | 0.77% | - |
| HSV(B) | 290.89º | 0.34% | 0.92% | - |
| XYZ | 57.32 | 45.46 | 84.35 | - |
| YUV | 185.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 235 | 0.05 | 0.34 | 0 | 0.08 | 290.89 | 0.66 | 0.77 |
| Hex | DF | 9C | EB | 5 | 22 | 0 | 8 | 123 | 42 | 4D |
| Octal | 337 | 234 | 353 | 5 | 42 | 0 | 10 | 443 | 102 | 115 |
| Binary | 11011111 | 10011100 | 11101011 | 101 | 100010 | 0 | 1000 | 100100011 | 1000010 | 1001101 |
Color Harmonies of #DF9CEB
Complementary color
Monochromatic Colors of #DF9CEB
Black with #DF9CEB
Text Example
Text Example
White with #DF9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CEB; }
p { color: rgb(223,156,235); }
H1.HeaderClassName
{
color: #DF9CEB;
}
.AnyTagClassName
{
color: #DF9CEB;
}
</style>
background-color css
<style>
a { background-color: #DF9CEB; }
a { background-color: rgb(223,156,235); }
div.DivClassName
{
background-color: #DF9CEB;
}
.BgClassName
{
background-color: #DF9CEB;
}
</style>
border-color css
<style>
span { border-color: #DF9CEB; }
span { border-color: rgb(223,156,235); }
td.TdClassName
{
border-color: #DF9CEB;
}
.TagClassName
{
border-color: #DF9CEB;
}
</style>