Shades of Plum #DF9BEB
Tints of Plum #DF9BEB
RGB
CMYK
RGB Variations
Color information
#DF9BEB (or 0xDF9BEB) is known color: Plum. HEX triplet: DF, 9B and EB. RGB value is (223,155,235). Sum of RGB (Red+Green+Blue) = 223+155+235=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEB is #206414. Grayscale: #B8B8B8. Windows color (decimal): -2122773 or 15440863. OLE color: 15440863.
HSL color Cylindrical-coordinate representation of color #DF9BEB: hue angle of 291º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9BEB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 155 | 235 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.08 |
| HSL | 291º | 0.67% | 0.76% | - |
| HSV(B) | 291º | 0.34% | 0.92% | - |
| XYZ | 57.15 | 45.13 | 84.3 | - |
| YUV | 184.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 235 | 0.05 | 0.34 | 0 | 0.08 | 291 | 0.67 | 0.76 |
| Hex | DF | 9B | EB | 5 | 22 | 0 | 8 | 123 | 43 | 4C |
| Octal | 337 | 233 | 353 | 5 | 42 | 0 | 10 | 443 | 103 | 114 |
| Binary | 11011111 | 10011011 | 11101011 | 101 | 100010 | 0 | 1000 | 100100011 | 1000011 | 1001100 |
Color Harmonies of #DF9BEB
Complementary color
Monochromatic Colors of #DF9BEB
Black with #DF9BEB
Text Example
Text Example
White with #DF9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BEB; }
p { color: rgb(223,155,235); }
H1.HeaderClassName
{
color: #DF9BEB;
}
.AnyTagClassName
{
color: #DF9BEB;
}
</style>
background-color css
<style>
a { background-color: #DF9BEB; }
a { background-color: rgb(223,155,235); }
div.DivClassName
{
background-color: #DF9BEB;
}
.BgClassName
{
background-color: #DF9BEB;
}
</style>
border-color css
<style>
span { border-color: #DF9BEB; }
span { border-color: rgb(223,155,235); }
td.TdClassName
{
border-color: #DF9BEB;
}
.TagClassName
{
border-color: #DF9BEB;
}
</style>