Shades of Plum #DF9DEA
Tints of Plum #DF9DEA
RGB
CMYK
RGB Variations
Color information
#DF9DEA (or 0xDF9DEA) is known color: Plum. HEX triplet: DF, 9D and EA. RGB value is (223,157,234). Sum of RGB (Red+Green+Blue) = 223+157+234=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DEA is #206215. Grayscale: #B9B9B9. Windows color (decimal): -2122262 or 15375839. OLE color: 15375839.
HSL color Cylindrical-coordinate representation of color #DF9DEA: hue angle of 291.43º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9DEA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 157 | 234 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.08 |
| HSL | 291.43º | 0.65% | 0.77% | - |
| HSV(B) | 291.43º | 0.33% | 0.92% | - |
| XYZ | 57.34 | 45.74 | 83.65 | - |
| YUV | 185.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 234 | 0.05 | 0.33 | 0 | 0.08 | 291.43 | 0.65 | 0.77 |
| Hex | DF | 9D | EA | 5 | 21 | 0 | 8 | 123 | 41 | 4D |
| Octal | 337 | 235 | 352 | 5 | 41 | 0 | 10 | 443 | 101 | 115 |
| Binary | 11011111 | 10011101 | 11101010 | 101 | 100001 | 0 | 1000 | 100100011 | 1000001 | 1001101 |
Color Harmonies of #DF9DEA
Complementary color
Monochromatic Colors of #DF9DEA
Black with #DF9DEA
Text Example
Text Example
White with #DF9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DEA; }
p { color: rgb(223,157,234); }
H1.HeaderClassName
{
color: #DF9DEA;
}
.AnyTagClassName
{
color: #DF9DEA;
}
</style>
background-color css
<style>
a { background-color: #DF9DEA; }
a { background-color: rgb(223,157,234); }
div.DivClassName
{
background-color: #DF9DEA;
}
.BgClassName
{
background-color: #DF9DEA;
}
</style>
border-color css
<style>
span { border-color: #DF9DEA; }
span { border-color: rgb(223,157,234); }
td.TdClassName
{
border-color: #DF9DEA;
}
.TagClassName
{
border-color: #DF9DEA;
}
</style>