Shades of Plum #DF8ADC
Tints of Plum #DF8ADC
RGB
CMYK
RGB Variations
Color information
#DF8ADC (or 0xDF8ADC) is known color: Plum. HEX triplet: DF, 8A and DC. RGB value is (223,138,220). Sum of RGB (Red+Green+Blue) = 223+138+220=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADC is #207523. Grayscale: #ACACAC. Windows color (decimal): -2127140 or 14453471. OLE color: 14453471.
HSL color Cylindrical-coordinate representation of color #DF8ADC: hue angle of 302.12º 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 #DF8ADC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 220 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.13 |
| HSL | 302.12º | 0.57% | 0.71% | - |
| HSV(B) | 302.12º | 0.38% | 0.87% | - |
| XYZ | 52.44 | 39.03 | 72.48 | - |
| YUV | 172.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 220 | 0 | 0.38 | 0.01 | 0.13 | 302.12 | 0.57 | 0.71 |
| Hex | DF | 8A | DC | 0 | 26 | 1 | D | 12E | 39 | 47 |
| Octal | 337 | 212 | 334 | 0 | 46 | 1 | 15 | 456 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11011100 | 0 | 100110 | 1 | 1101 | 100101110 | 111001 | 1000111 |
Color Harmonies of #DF8ADC
Complementary color
Monochromatic Colors of #DF8ADC
Black with #DF8ADC
Text Example
Text Example
White with #DF8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8ADC; }
p { color: rgb(223,138,220); }
H1.HeaderClassName
{
color: #DF8ADC;
}
.AnyTagClassName
{
color: #DF8ADC;
}
</style>
background-color css
<style>
a { background-color: #DF8ADC; }
a { background-color: rgb(223,138,220); }
div.DivClassName
{
background-color: #DF8ADC;
}
.BgClassName
{
background-color: #DF8ADC;
}
</style>
border-color css
<style>
span { border-color: #DF8ADC; }
span { border-color: rgb(223,138,220); }
td.TdClassName
{
border-color: #DF8ADC;
}
.TagClassName
{
border-color: #DF8ADC;
}
</style>