Shades of Plum #DF8FE3
Tints of Plum #DF8FE3
RGB
CMYK
RGB Variations
Color information
#DF8FE3 (or 0xDF8FE3) is known color: Plum. HEX triplet: DF, 8F and E3. RGB value is (223,143,227). Sum of RGB (Red+Green+Blue) = 223+143+227=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF8FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FE3 is #20701C. Grayscale: #B0B0B0. Windows color (decimal): -2125853 or 14913503. OLE color: 14913503.
HSL color Cylindrical-coordinate representation of color #DF8FE3: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8FE3 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 143 | 227 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.11 |
| HSL | 297.14º | 0.6% | 0.73% | - |
| HSV(B) | 297.14º | 0.37% | 0.89% | - |
| XYZ | 54.12 | 40.88 | 77.71 | - |
| YUV | 176.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 227 | 0.02 | 0.37 | 0 | 0.11 | 297.14 | 0.6 | 0.73 |
| Hex | DF | 8F | E3 | 2 | 25 | 0 | B | 129 | 3C | 49 |
| Octal | 337 | 217 | 343 | 2 | 45 | 0 | 13 | 451 | 74 | 111 |
| Binary | 11011111 | 10001111 | 11100011 | 10 | 100101 | 0 | 1011 | 100101001 | 111100 | 1001001 |
Color Harmonies of #DF8FE3
Complementary color
Monochromatic Colors of #DF8FE3
Black with #DF8FE3
Text Example
Text Example
White with #DF8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FE3; }
p { color: rgb(223,143,227); }
H1.HeaderClassName
{
color: #DF8FE3;
}
.AnyTagClassName
{
color: #DF8FE3;
}
</style>
background-color css
<style>
a { background-color: #DF8FE3; }
a { background-color: rgb(223,143,227); }
div.DivClassName
{
background-color: #DF8FE3;
}
.BgClassName
{
background-color: #DF8FE3;
}
</style>
border-color css
<style>
span { border-color: #DF8FE3; }
span { border-color: rgb(223,143,227); }
td.TdClassName
{
border-color: #DF8FE3;
}
.TagClassName
{
border-color: #DF8FE3;
}
</style>