Shades of Plum #DF9CE9
Tints of Plum #DF9CE9
RGB
CMYK
RGB Variations
Color information
#DF9CE9 (or 0xDF9CE9) is known color: Plum. HEX triplet: DF, 9C and E9. RGB value is (223,156,233). Sum of RGB (Red+Green+Blue) = 223+156+233=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF9CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CE9 is #206316. Grayscale: #B8B8B8. Windows color (decimal): -2122519 or 15310047. OLE color: 15310047.
HSL color Cylindrical-coordinate representation of color #DF9CE9: hue angle of 292.21º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9CE9 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 156 | 233 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.09 |
| HSL | 292.21º | 0.64% | 0.76% | - |
| HSV(B) | 292.21º | 0.33% | 0.91% | - |
| XYZ | 57.03 | 45.35 | 82.84 | - |
| YUV | 184.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 233 | 0.04 | 0.33 | 0 | 0.09 | 292.21 | 0.64 | 0.76 |
| Hex | DF | 9C | E9 | 4 | 21 | 0 | 9 | 124 | 40 | 4C |
| Octal | 337 | 234 | 351 | 4 | 41 | 0 | 11 | 444 | 100 | 114 |
| Binary | 11011111 | 10011100 | 11101001 | 100 | 100001 | 0 | 1001 | 100100100 | 1000000 | 1001100 |
Color Harmonies of #DF9CE9
Complementary color
Monochromatic Colors of #DF9CE9
Black with #DF9CE9
Text Example
Text Example
White with #DF9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CE9; }
p { color: rgb(223,156,233); }
H1.HeaderClassName
{
color: #DF9CE9;
}
.AnyTagClassName
{
color: #DF9CE9;
}
</style>
background-color css
<style>
a { background-color: #DF9CE9; }
a { background-color: rgb(223,156,233); }
div.DivClassName
{
background-color: #DF9CE9;
}
.BgClassName
{
background-color: #DF9CE9;
}
</style>
border-color css
<style>
span { border-color: #DF9CE9; }
span { border-color: rgb(223,156,233); }
td.TdClassName
{
border-color: #DF9CE9;
}
.TagClassName
{
border-color: #DF9CE9;
}
</style>