Shades of Plum #DF9EED
Tints of Plum #DF9EED
RGB
CMYK
RGB Variations
Color information
#DF9EED (or 0xDF9EED) is known color: Plum. HEX triplet: DF, 9E and ED. RGB value is (223,158,237). Sum of RGB (Red+Green+Blue) = 223+158+237=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EED is #206112. Grayscale: #BABABA. Windows color (decimal): -2122003 or 15572703. OLE color: 15572703.
HSL color Cylindrical-coordinate representation of color #DF9EED: hue angle of 289.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9EED is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 158 | 237 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.07 |
| HSL | 289.37º | 0.69% | 0.77% | - |
| HSV(B) | 289.37º | 0.33% | 0.93% | - |
| XYZ | 57.94 | 46.26 | 86 | - |
| YUV | 186.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 237 | 0.06 | 0.33 | 0 | 0.07 | 289.37 | 0.69 | 0.77 |
| Hex | DF | 9E | ED | 6 | 21 | 0 | 7 | 121 | 45 | 4D |
| Octal | 337 | 236 | 355 | 6 | 41 | 0 | 7 | 441 | 105 | 115 |
| Binary | 11011111 | 10011110 | 11101101 | 110 | 100001 | 0 | 111 | 100100001 | 1000101 | 1001101 |
Color Harmonies of #DF9EED
Complementary color
Monochromatic Colors of #DF9EED
Black with #DF9EED
Text Example
Text Example
White with #DF9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EED; }
p { color: rgb(223,158,237); }
H1.HeaderClassName
{
color: #DF9EED;
}
.AnyTagClassName
{
color: #DF9EED;
}
</style>
background-color css
<style>
a { background-color: #DF9EED; }
a { background-color: rgb(223,158,237); }
div.DivClassName
{
background-color: #DF9EED;
}
.BgClassName
{
background-color: #DF9EED;
}
</style>
border-color css
<style>
span { border-color: #DF9EED; }
span { border-color: rgb(223,158,237); }
td.TdClassName
{
border-color: #DF9EED;
}
.TagClassName
{
border-color: #DF9EED;
}
</style>