Shades of Plum #DF8ADF
Tints of Plum #DF8ADF
RGB
CMYK
RGB Variations
Color information
#DF8ADF (or 0xDF8ADF) is known color: Plum. HEX triplet: DF, 8A and DF. RGB value is (223,138,223). Sum of RGB (Red+Green+Blue) = 223+138+223=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADF is #207520. Grayscale: #ACACAC. Windows color (decimal): -2127137 or 14650079. OLE color: 14650079.
HSL color Cylindrical-coordinate representation of color #DF8ADF: hue angle of 300º 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 #DF8ADF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 223 | - |
| CMYK | 0 | 0.38 | 0 | 0.13 |
| HSL | 300º | 0.57% | 0.71% | - |
| HSV(B) | 300º | 0.38% | 0.87% | - |
| XYZ | 52.84 | 39.19 | 74.59 | - |
| YUV | 173.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 223 | 0 | 0.38 | 0 | 0.13 | 300 | 0.57 | 0.71 |
| Hex | DF | 8A | DF | 0 | 26 | 0 | D | 12C | 39 | 47 |
| Octal | 337 | 212 | 337 | 0 | 46 | 0 | 15 | 454 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11011111 | 0 | 100110 | 0 | 1101 | 100101100 | 111001 | 1000111 |
Color Harmonies of #DF8ADF
Complementary color
Monochromatic Colors of #DF8ADF
Black with #DF8ADF
Text Example
Text Example
White with #DF8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ADF; }
p { color: rgb(223,138,223); }
H1.HeaderClassName
{
color: #DF8ADF;
}
.AnyTagClassName
{
color: #DF8ADF;
}
</style>
background-color css
<style>
a { background-color: #DF8ADF; }
a { background-color: rgb(223,138,223); }
div.DivClassName
{
background-color: #DF8ADF;
}
.BgClassName
{
background-color: #DF8ADF;
}
</style>
border-color css
<style>
span { border-color: #DF8ADF; }
span { border-color: rgb(223,138,223); }
td.TdClassName
{
border-color: #DF8ADF;
}
.TagClassName
{
border-color: #DF8ADF;
}
</style>