Shades of Plum #DF9FEA
Tints of Plum #DF9FEA
RGB
CMYK
RGB Variations
Color information
#DF9FEA (or 0xDF9FEA) is known color: Plum. HEX triplet: DF, 9F and EA. RGB value is (223,159,234). Sum of RGB (Red+Green+Blue) = 223+159+234=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEA is #206015. Grayscale: #BABABA. Windows color (decimal): -2121750 or 15376351. OLE color: 15376351.
HSL color Cylindrical-coordinate representation of color #DF9FEA: hue angle of 291.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9FEA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 159 | 234 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.08 |
| HSL | 291.2º | 0.64% | 0.77% | - |
| HSV(B) | 291.2º | 0.32% | 0.92% | - |
| XYZ | 57.68 | 46.42 | 83.76 | - |
| YUV | 186.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 234 | 0.05 | 0.32 | 0 | 0.08 | 291.2 | 0.64 | 0.77 |
| Hex | DF | 9F | EA | 5 | 20 | 0 | 8 | 123 | 40 | 4D |
| Octal | 337 | 237 | 352 | 5 | 40 | 0 | 10 | 443 | 100 | 115 |
| Binary | 11011111 | 10011111 | 11101010 | 101 | 100000 | 0 | 1000 | 100100011 | 1000000 | 1001101 |
Color Harmonies of #DF9FEA
Complementary color
Monochromatic Colors of #DF9FEA
Black with #DF9FEA
Text Example
Text Example
White with #DF9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FEA; }
p { color: rgb(223,159,234); }
H1.HeaderClassName
{
color: #DF9FEA;
}
.AnyTagClassName
{
color: #DF9FEA;
}
</style>
background-color css
<style>
a { background-color: #DF9FEA; }
a { background-color: rgb(223,159,234); }
div.DivClassName
{
background-color: #DF9FEA;
}
.BgClassName
{
background-color: #DF9FEA;
}
</style>
border-color css
<style>
span { border-color: #DF9FEA; }
span { border-color: rgb(223,159,234); }
td.TdClassName
{
border-color: #DF9FEA;
}
.TagClassName
{
border-color: #DF9FEA;
}
</style>