Shades of Plum #DF9FE6
Tints of Plum #DF9FE6
RGB
CMYK
RGB Variations
Color information
#DF9FE6 (or 0xDF9FE6) is known color: Plum. HEX triplet: DF, 9F and E6. RGB value is (223,159,230). Sum of RGB (Red+Green+Blue) = 223+159+230=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FE6 is #206019. Grayscale: #BABABA. Windows color (decimal): -2121754 or 15114207. OLE color: 15114207.
HSL color Cylindrical-coordinate representation of color #DF9FE6: hue angle of 294.08º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9FE6 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 159 | 230 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.10 |
| HSL | 294.08º | 0.59% | 0.76% | - |
| HSV(B) | 294.08º | 0.31% | 0.9% | - |
| XYZ | 57.11 | 46.2 | 80.77 | - |
| YUV | 186.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 230 | 0.03 | 0.31 | 0 | 0.10 | 294.08 | 0.59 | 0.76 |
| Hex | DF | 9F | E6 | 3 | 1F | 0 | A | 126 | 3B | 4C |
| Octal | 337 | 237 | 346 | 3 | 37 | 0 | 12 | 446 | 73 | 114 |
| Binary | 11011111 | 10011111 | 11100110 | 11 | 11111 | 0 | 1010 | 100100110 | 111011 | 1001100 |
Color Harmonies of #DF9FE6
Complementary color
Monochromatic Colors of #DF9FE6
Black with #DF9FE6
Text Example
Text Example
White with #DF9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FE6; }
p { color: rgb(223,159,230); }
H1.HeaderClassName
{
color: #DF9FE6;
}
.AnyTagClassName
{
color: #DF9FE6;
}
</style>
background-color css
<style>
a { background-color: #DF9FE6; }
a { background-color: rgb(223,159,230); }
div.DivClassName
{
background-color: #DF9FE6;
}
.BgClassName
{
background-color: #DF9FE6;
}
</style>
border-color css
<style>
span { border-color: #DF9FE6; }
span { border-color: rgb(223,159,230); }
td.TdClassName
{
border-color: #DF9FE6;
}
.TagClassName
{
border-color: #DF9FE6;
}
</style>