Shades of Plum #DF8FE4
Tints of Plum #DF8FE4
RGB
CMYK
RGB Variations
Color information
#DF8FE4 (or 0xDF8FE4) is known color: Plum. HEX triplet: DF, 8F and E4. RGB value is (223,143,228). Sum of RGB (Red+Green+Blue) = 223+143+228=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FE4 is #20701B. Grayscale: #B0B0B0. Windows color (decimal): -2125852 or 14979039. OLE color: 14979039.
HSL color Cylindrical-coordinate representation of color #DF8FE4: hue angle of 296.47º degrees, saturation: 0.61, 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 #DF8FE4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 143 | 228 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.11 |
| HSL | 296.47º | 0.61% | 0.73% | - |
| HSV(B) | 296.47º | 0.37% | 0.89% | - |
| XYZ | 54.26 | 40.93 | 78.44 | - |
| YUV | 176.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 228 | 0.02 | 0.37 | 0 | 0.11 | 296.47 | 0.61 | 0.73 |
| Hex | DF | 8F | E4 | 2 | 25 | 0 | B | 128 | 3D | 49 |
| Octal | 337 | 217 | 344 | 2 | 45 | 0 | 13 | 450 | 75 | 111 |
| Binary | 11011111 | 10001111 | 11100100 | 10 | 100101 | 0 | 1011 | 100101000 | 111101 | 1001001 |
Color Harmonies of #DF8FE4
Complementary color
Monochromatic Colors of #DF8FE4
Black with #DF8FE4
Text Example
Text Example
White with #DF8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FE4; }
p { color: rgb(223,143,228); }
H1.HeaderClassName
{
color: #DF8FE4;
}
.AnyTagClassName
{
color: #DF8FE4;
}
</style>
background-color css
<style>
a { background-color: #DF8FE4; }
a { background-color: rgb(223,143,228); }
div.DivClassName
{
background-color: #DF8FE4;
}
.BgClassName
{
background-color: #DF8FE4;
}
</style>
border-color css
<style>
span { border-color: #DF8FE4; }
span { border-color: rgb(223,143,228); }
td.TdClassName
{
border-color: #DF8FE4;
}
.TagClassName
{
border-color: #DF8FE4;
}
</style>