Shades of Plum #DF8FDF
Tints of Plum #DF8FDF
RGB
CMYK
RGB Variations
Color information
#DF8FDF (or 0xDF8FDF) is known color: Plum. HEX triplet: DF, 8F and DF. RGB value is (223,143,223). Sum of RGB (Red+Green+Blue) = 223+143+223=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FDF is #207020. Grayscale: #AFAFAF. Windows color (decimal): -2125857 or 14651359. OLE color: 14651359.
HSL color Cylindrical-coordinate representation of color #DF8FDF: hue angle of 300º 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 #DF8FDF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 143 | 223 | - |
CMYK | 0 | 0.36 | 0 | 0.13 |
HSL | 300º | 0.56% | 0.72% | - |
HSV(B) | 300º | 0.36% | 0.87% | - |
XYZ | 53.57 | 40.66 | 74.84 | - |
YUV | 176.04 | 154.5 | 161.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 143 | 223 | 0 | 0.36 | 0 | 0.13 | 300 | 0.56 | 0.72 |
Hex | DF | 8F | DF | 0 | 24 | 0 | D | 12C | 38 | 48 |
Octal | 337 | 217 | 337 | 0 | 44 | 0 | 15 | 454 | 70 | 110 |
Binary | 11011111 | 10001111 | 11011111 | 0 | 100100 | 0 | 1101 | 100101100 | 111000 | 1001000 |
Color Harmonies of #DF8FDF
Complementary color
Monochromatic Colors of #DF8FDF
Black with #DF8FDF
Text Example
Text Example
White with #DF8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FDF; }
p { color: rgb(223,143,223); }
H1.HeaderClassName
{
color: #DF8FDF;
}
.AnyTagClassName
{
color: #DF8FDF;
}
</style>
background-color css
<style>
a { background-color: #DF8FDF; }
a { background-color: rgb(223,143,223); }
div.DivClassName
{
background-color: #DF8FDF;
}
.BgClassName
{
background-color: #DF8FDF;
}
</style>
border-color css
<style>
span { border-color: #DF8FDF; }
span { border-color: rgb(223,143,223); }
td.TdClassName
{
border-color: #DF8FDF;
}
.TagClassName
{
border-color: #DF8FDF;
}
</style>