Shades of Plum #DF8AD1
Tints of Plum #DF8AD1
RGB
CMYK
RGB Variations
Color information
#DF8AD1 (or 0xDF8AD1) is known color: Plum. HEX triplet: DF, 8A and D1. RGB value is (223,138,209). Sum of RGB (Red+Green+Blue) = 223+138+209=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AD1 is #20752E. Grayscale: #ABABAB. Windows color (decimal): -2127151 or 13732575. OLE color: 13732575.
HSL color Cylindrical-coordinate representation of color #DF8AD1: hue angle of 309.88º 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 #DF8AD1 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 209 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.13 |
| HSL | 309.88º | 0.57% | 0.71% | - |
| HSV(B) | 309.88º | 0.38% | 0.87% | - |
| XYZ | 51.03 | 38.47 | 65.06 | - |
| YUV | 171.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 209 | 0 | 0.38 | 0.06 | 0.13 | 309.88 | 0.57 | 0.71 |
| Hex | DF | 8A | D1 | 0 | 26 | 6 | D | 136 | 39 | 47 |
| Octal | 337 | 212 | 321 | 0 | 46 | 6 | 15 | 466 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11010001 | 0 | 100110 | 110 | 1101 | 100110110 | 111001 | 1000111 |
Color Harmonies of #DF8AD1
Complementary color
Monochromatic Colors of #DF8AD1
Black with #DF8AD1
Text Example
Text Example
White with #DF8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AD1; }
p { color: rgb(223,138,209); }
H1.HeaderClassName
{
color: #DF8AD1;
}
.AnyTagClassName
{
color: #DF8AD1;
}
</style>
background-color css
<style>
a { background-color: #DF8AD1; }
a { background-color: rgb(223,138,209); }
div.DivClassName
{
background-color: #DF8AD1;
}
.BgClassName
{
background-color: #DF8AD1;
}
</style>
border-color css
<style>
span { border-color: #DF8AD1; }
span { border-color: rgb(223,138,209); }
td.TdClassName
{
border-color: #DF8AD1;
}
.TagClassName
{
border-color: #DF8AD1;
}
</style>