Shades of Plum #DF9CEE
Tints of Plum #DF9CEE
RGB
CMYK
RGB Variations
Color information
#DF9CEE (or 0xDF9CEE) is known color: Plum. HEX triplet: DF, 9C and EE. RGB value is (223,156,238). Sum of RGB (Red+Green+Blue) = 223+156+238=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CEE is #206311. Grayscale: #B9B9B9. Windows color (decimal): -2122514 or 15637727. OLE color: 15637727.
HSL color Cylindrical-coordinate representation of color #DF9CEE: hue angle of 289.02º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9CEE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 156 | 238 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 289.02º | 0.71% | 0.77% | - |
| HSV(B) | 289.02º | 0.34% | 0.93% | - |
| XYZ | 57.75 | 45.64 | 86.65 | - |
| YUV | 185.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 238 | 0.06 | 0.34 | 0 | 0.07 | 289.02 | 0.71 | 0.77 |
| Hex | DF | 9C | EE | 6 | 22 | 0 | 7 | 121 | 47 | 4D |
| Octal | 337 | 234 | 356 | 6 | 42 | 0 | 7 | 441 | 107 | 115 |
| Binary | 11011111 | 10011100 | 11101110 | 110 | 100010 | 0 | 111 | 100100001 | 1000111 | 1001101 |
Color Harmonies of #DF9CEE
Complementary color
Monochromatic Colors of #DF9CEE
Black with #DF9CEE
Text Example
Text Example
White with #DF9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CEE; }
p { color: rgb(223,156,238); }
H1.HeaderClassName
{
color: #DF9CEE;
}
.AnyTagClassName
{
color: #DF9CEE;
}
</style>
background-color css
<style>
a { background-color: #DF9CEE; }
a { background-color: rgb(223,156,238); }
div.DivClassName
{
background-color: #DF9CEE;
}
.BgClassName
{
background-color: #DF9CEE;
}
</style>
border-color css
<style>
span { border-color: #DF9CEE; }
span { border-color: rgb(223,156,238); }
td.TdClassName
{
border-color: #DF9CEE;
}
.TagClassName
{
border-color: #DF9CEE;
}
</style>