Shades of Plum #DF8FD9
Tints of Plum #DF8FD9
RGB
CMYK
RGB Variations
Color information
#DF8FD9 (or 0xDF8FD9) is known color: Plum. HEX triplet: DF, 8F and D9. RGB value is (223,143,217). Sum of RGB (Red+Green+Blue) = 223+143+217=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD9 is #207026. Grayscale: #AFAFAF. Windows color (decimal): -2125863 or 14258143. OLE color: 14258143.
HSL color Cylindrical-coordinate representation of color #DF8FD9: hue angle of 304.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FD9 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 143 | 217 | - |
CMYK | 0 | 0.36 | 0.03 | 0.13 |
HSL | 304.5º | 0.56% | 0.72% | - |
HSV(B) | 304.5º | 0.36% | 0.87% | - |
XYZ | 52.78 | 40.34 | 70.65 | - |
YUV | 175.36 | 151.5 | 161.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 143 | 217 | 0 | 0.36 | 0.03 | 0.13 | 304.5 | 0.56 | 0.72 |
Hex | DF | 8F | D9 | 0 | 24 | 3 | D | 130 | 38 | 48 |
Octal | 337 | 217 | 331 | 0 | 44 | 3 | 15 | 460 | 70 | 110 |
Binary | 11011111 | 10001111 | 11011001 | 0 | 100100 | 11 | 1101 | 100110000 | 111000 | 1001000 |
Color Harmonies of #DF8FD9
Complementary color
Monochromatic Colors of #DF8FD9
Black with #DF8FD9
Text Example
Text Example
White with #DF8FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FD9; }
p { color: rgb(223,143,217); }
H1.HeaderClassName
{
color: #DF8FD9;
}
.AnyTagClassName
{
color: #DF8FD9;
}
</style>
background-color css
<style>
a { background-color: #DF8FD9; }
a { background-color: rgb(223,143,217); }
div.DivClassName
{
background-color: #DF8FD9;
}
.BgClassName
{
background-color: #DF8FD9;
}
</style>
border-color css
<style>
span { border-color: #DF8FD9; }
span { border-color: rgb(223,143,217); }
td.TdClassName
{
border-color: #DF8FD9;
}
.TagClassName
{
border-color: #DF8FD9;
}
</style>