Shades of Plum #DF8FE8
Tints of Plum #DF8FE8
RGB
CMYK
RGB Variations
Color information
#DF8FE8 (or 0xDF8FE8) is known color: Plum. HEX triplet: DF, 8F and E8. RGB value is (223,143,232). Sum of RGB (Red+Green+Blue) = 223+143+232=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FE8 is #207017. Grayscale: #B0B0B0. Windows color (decimal): -2125848 or 15241183. OLE color: 15241183.
HSL color Cylindrical-coordinate representation of color #DF8FE8: hue angle of 293.93º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8FE8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 143 | 232 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.09 |
| HSL | 293.93º | 0.66% | 0.74% | - |
| HSV(B) | 293.93º | 0.38% | 0.91% | - |
| XYZ | 54.82 | 41.16 | 81.4 | - |
| YUV | 177.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 232 | 0.04 | 0.38 | 0 | 0.09 | 293.93 | 0.66 | 0.74 |
| Hex | DF | 8F | E8 | 4 | 26 | 0 | 9 | 126 | 42 | 4A |
| Octal | 337 | 217 | 350 | 4 | 46 | 0 | 11 | 446 | 102 | 112 |
| Binary | 11011111 | 10001111 | 11101000 | 100 | 100110 | 0 | 1001 | 100100110 | 1000010 | 1001010 |
Color Harmonies of #DF8FE8
Complementary color
Monochromatic Colors of #DF8FE8
Black with #DF8FE8
Text Example
Text Example
White with #DF8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FE8; }
p { color: rgb(223,143,232); }
H1.HeaderClassName
{
color: #DF8FE8;
}
.AnyTagClassName
{
color: #DF8FE8;
}
</style>
background-color css
<style>
a { background-color: #DF8FE8; }
a { background-color: rgb(223,143,232); }
div.DivClassName
{
background-color: #DF8FE8;
}
.BgClassName
{
background-color: #DF8FE8;
}
</style>
border-color css
<style>
span { border-color: #DF8FE8; }
span { border-color: rgb(223,143,232); }
td.TdClassName
{
border-color: #DF8FE8;
}
.TagClassName
{
border-color: #DF8FE8;
}
</style>