Shades of Plum #DF9EDC
Tints of Plum #DF9EDC
RGB
CMYK
RGB Variations
Color information
#DF9EDC (or 0xDF9EDC) is known color: Plum. HEX triplet: DF, 9E and DC. RGB value is (223,158,220). Sum of RGB (Red+Green+Blue) = 223+158+220=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDC is #206123. Grayscale: #B8B8B8. Windows color (decimal): -2122020 or 14458591. OLE color: 14458591.
HSL color Cylindrical-coordinate representation of color #DF9EDC: hue angle of 302.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EDC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 220 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 302.77º | 0.5% | 0.75% | - |
| HSV(B) | 302.77º | 0.29% | 0.87% | - |
| XYZ | 55.58 | 45.31 | 73.53 | - |
| YUV | 184.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 220 | 0 | 0.29 | 0.01 | 0.13 | 302.77 | 0.5 | 0.75 |
| Hex | DF | 9E | DC | 0 | 1D | 1 | D | 12F | 32 | 4B |
| Octal | 337 | 236 | 334 | 0 | 35 | 1 | 15 | 457 | 62 | 113 |
| Binary | 11011111 | 10011110 | 11011100 | 0 | 11101 | 1 | 1101 | 100101111 | 110010 | 1001011 |
Color Harmonies of #DF9EDC
Complementary color
Monochromatic Colors of #DF9EDC
Black with #DF9EDC
Text Example
Text Example
White with #DF9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EDC; }
p { color: rgb(223,158,220); }
H1.HeaderClassName
{
color: #DF9EDC;
}
.AnyTagClassName
{
color: #DF9EDC;
}
</style>
background-color css
<style>
a { background-color: #DF9EDC; }
a { background-color: rgb(223,158,220); }
div.DivClassName
{
background-color: #DF9EDC;
}
.BgClassName
{
background-color: #DF9EDC;
}
</style>
border-color css
<style>
span { border-color: #DF9EDC; }
span { border-color: rgb(223,158,220); }
td.TdClassName
{
border-color: #DF9EDC;
}
.TagClassName
{
border-color: #DF9EDC;
}
</style>