Shades of Plum #DF8ADE
Tints of Plum #DF8ADE
RGB
CMYK
RGB Variations
Color information
#DF8ADE (or 0xDF8ADE) is known color: Plum. HEX triplet: DF, 8A and DE. RGB value is (223,138,222). Sum of RGB (Red+Green+Blue) = 223+138+222=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADE is #207521. Grayscale: #ACACAC. Windows color (decimal): -2127138 or 14584543. OLE color: 14584543.
HSL color Cylindrical-coordinate representation of color #DF8ADE: hue angle of 300.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8ADE is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 222 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.13 |
| HSL | 300.71º | 0.57% | 0.71% | - |
| HSV(B) | 300.71º | 0.38% | 0.87% | - |
| XYZ | 52.7 | 39.14 | 73.88 | - |
| YUV | 172.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 222 | 0 | 0.38 | 0.00 | 0.13 | 300.71 | 0.57 | 0.71 |
| Hex | DF | 8A | DE | 0 | 26 | 0 | D | 12D | 39 | 47 |
| Octal | 337 | 212 | 336 | 0 | 46 | 0 | 15 | 455 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11011110 | 0 | 100110 | 0 | 1101 | 100101101 | 111001 | 1000111 |
Color Harmonies of #DF8ADE
Complementary color
Monochromatic Colors of #DF8ADE
Black with #DF8ADE
Text Example
Text Example
White with #DF8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ADE; }
p { color: rgb(223,138,222); }
H1.HeaderClassName
{
color: #DF8ADE;
}
.AnyTagClassName
{
color: #DF8ADE;
}
</style>
background-color css
<style>
a { background-color: #DF8ADE; }
a { background-color: rgb(223,138,222); }
div.DivClassName
{
background-color: #DF8ADE;
}
.BgClassName
{
background-color: #DF8ADE;
}
</style>
border-color css
<style>
span { border-color: #DF8ADE; }
span { border-color: rgb(223,138,222); }
td.TdClassName
{
border-color: #DF8ADE;
}
.TagClassName
{
border-color: #DF8ADE;
}
</style>