Shades of Plum #DF8AD3
Tints of Plum #DF8AD3
RGB
CMYK
RGB Variations
Color information
#DF8AD3 (or 0xDF8AD3) is known color: Plum. HEX triplet: DF, 8A and D3. RGB value is (223,138,211). Sum of RGB (Red+Green+Blue) = 223+138+211=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AD3 is #20752C. Grayscale: #ABABAB. Windows color (decimal): -2127149 or 13863647. OLE color: 13863647.
HSL color Cylindrical-coordinate representation of color #DF8AD3: hue angle of 308.47º 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 #DF8AD3 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 211 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.13 |
| HSL | 308.47º | 0.57% | 0.71% | - |
| HSV(B) | 308.47º | 0.38% | 0.87% | - |
| XYZ | 51.28 | 38.57 | 66.37 | - |
| YUV | 171.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 211 | 0 | 0.38 | 0.05 | 0.13 | 308.47 | 0.57 | 0.71 |
| Hex | DF | 8A | D3 | 0 | 26 | 5 | D | 134 | 39 | 47 |
| Octal | 337 | 212 | 323 | 0 | 46 | 5 | 15 | 464 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11010011 | 0 | 100110 | 101 | 1101 | 100110100 | 111001 | 1000111 |
Color Harmonies of #DF8AD3
Complementary color
Monochromatic Colors of #DF8AD3
Black with #DF8AD3
Text Example
Text Example
White with #DF8AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AD3; }
p { color: rgb(223,138,211); }
H1.HeaderClassName
{
color: #DF8AD3;
}
.AnyTagClassName
{
color: #DF8AD3;
}
</style>
background-color css
<style>
a { background-color: #DF8AD3; }
a { background-color: rgb(223,138,211); }
div.DivClassName
{
background-color: #DF8AD3;
}
.BgClassName
{
background-color: #DF8AD3;
}
</style>
border-color css
<style>
span { border-color: #DF8AD3; }
span { border-color: rgb(223,138,211); }
td.TdClassName
{
border-color: #DF8AD3;
}
.TagClassName
{
border-color: #DF8AD3;
}
</style>