Shades of Plum #DF8FDA
Tints of Plum #DF8FDA
RGB
CMYK
RGB Variations
Color information
#DF8FDA (or 0xDF8FDA) is known color: Plum. HEX triplet: DF, 8F and DA. RGB value is (223,143,218). Sum of RGB (Red+Green+Blue) = 223+143+218=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FDA is #207025. Grayscale: #AFAFAF. Windows color (decimal): -2125862 or 14323679. OLE color: 14323679.
HSL color Cylindrical-coordinate representation of color #DF8FDA: hue angle of 303.75º 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 #DF8FDA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 218 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.13 |
| HSL | 303.75º | 0.56% | 0.72% | - |
| HSV(B) | 303.75º | 0.36% | 0.87% | - |
| XYZ | 52.91 | 40.39 | 71.34 | - |
| YUV | 175.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 218 | 0 | 0.36 | 0.02 | 0.13 | 303.75 | 0.56 | 0.72 |
| Hex | DF | 8F | DA | 0 | 24 | 2 | D | 130 | 38 | 48 |
| Octal | 337 | 217 | 332 | 0 | 44 | 2 | 15 | 460 | 70 | 110 |
| Binary | 11011111 | 10001111 | 11011010 | 0 | 100100 | 10 | 1101 | 100110000 | 111000 | 1001000 |
Color Harmonies of #DF8FDA
Complementary color
Monochromatic Colors of #DF8FDA
Black with #DF8FDA
Text Example
Text Example
White with #DF8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FDA; }
p { color: rgb(223,143,218); }
H1.HeaderClassName
{
color: #DF8FDA;
}
.AnyTagClassName
{
color: #DF8FDA;
}
</style>
background-color css
<style>
a { background-color: #DF8FDA; }
a { background-color: rgb(223,143,218); }
div.DivClassName
{
background-color: #DF8FDA;
}
.BgClassName
{
background-color: #DF8FDA;
}
</style>
border-color css
<style>
span { border-color: #DF8FDA; }
span { border-color: rgb(223,143,218); }
td.TdClassName
{
border-color: #DF8FDA;
}
.TagClassName
{
border-color: #DF8FDA;
}
</style>