Shades of Plum #DF8CDA
Tints of Plum #DF8CDA
RGB
CMYK
RGB Variations
Color information
#DF8CDA (or 0xDF8CDA) is known color: Plum. HEX triplet: DF, 8C and DA. RGB value is (223,140,218). Sum of RGB (Red+Green+Blue) = 223+140+218=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CDA is #207325. Grayscale: #ADADAD. Windows color (decimal): -2126630 or 14322911. OLE color: 14322911.
HSL color Cylindrical-coordinate representation of color #DF8CDA: hue angle of 303.61º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CDA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 140 | 218 | - |
CMYK | 0 | 0.37 | 0.02 | 0.13 |
HSL | 303.61º | 0.56% | 0.71% | - |
HSV(B) | 303.61º | 0.37% | 0.87% | - |
XYZ | 52.46 | 39.51 | 71.19 | - |
YUV | 173.71 | 153 | 163.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 140 | 218 | 0 | 0.37 | 0.02 | 0.13 | 303.61 | 0.56 | 0.71 |
Hex | DF | 8C | DA | 0 | 25 | 2 | D | 130 | 38 | 47 |
Octal | 337 | 214 | 332 | 0 | 45 | 2 | 15 | 460 | 70 | 107 |
Binary | 11011111 | 10001100 | 11011010 | 0 | 100101 | 10 | 1101 | 100110000 | 111000 | 1000111 |
Color Harmonies of #DF8CDA
Complementary color
Monochromatic Colors of #DF8CDA
Black with #DF8CDA
Text Example
Text Example
White with #DF8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CDA; }
p { color: rgb(223,140,218); }
H1.HeaderClassName
{
color: #DF8CDA;
}
.AnyTagClassName
{
color: #DF8CDA;
}
</style>
background-color css
<style>
a { background-color: #DF8CDA; }
a { background-color: rgb(223,140,218); }
div.DivClassName
{
background-color: #DF8CDA;
}
.BgClassName
{
background-color: #DF8CDA;
}
</style>
border-color css
<style>
span { border-color: #DF8CDA; }
span { border-color: rgb(223,140,218); }
td.TdClassName
{
border-color: #DF8CDA;
}
.TagClassName
{
border-color: #DF8CDA;
}
</style>