Shades of Plum #DFA5E0
Tints of Plum #DFA5E0
RGB
CMYK
RGB Variations
Color information
#DFA5E0 (or 0xDFA5E0) is known color: Plum. HEX triplet: DF, A5 and E0. RGB value is (223,165,224). Sum of RGB (Red+Green+Blue) = 223+165+224=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFA5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5E0 is #205A1F. Grayscale: #BCBCBC. Windows color (decimal): -2120224 or 14722527. OLE color: 14722527.
HSL color Cylindrical-coordinate representation of color #DFA5E0: hue angle of 298.98º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA5E0 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 165 | 224 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.12 |
| HSL | 298.98º | 0.49% | 0.76% | - |
| HSV(B) | 298.98º | 0.26% | 0.88% | - |
| XYZ | 57.34 | 47.98 | 76.76 | - |
| YUV | 189.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 224 | 0.00 | 0.26 | 0 | 0.12 | 298.98 | 0.49 | 0.76 |
| Hex | DF | A5 | E0 | 0 | 1A | 0 | C | 12B | 31 | 4C |
| Octal | 337 | 245 | 340 | 0 | 32 | 0 | 14 | 453 | 61 | 114 |
| Binary | 11011111 | 10100101 | 11100000 | 0 | 11010 | 0 | 1100 | 100101011 | 110001 | 1001100 |
Color Harmonies of #DFA5E0
Complementary color
Monochromatic Colors of #DFA5E0
Black with #DFA5E0
Text Example
Text Example
White with #DFA5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA5E0; }
p { color: rgb(223,165,224); }
H1.HeaderClassName
{
color: #DFA5E0;
}
.AnyTagClassName
{
color: #DFA5E0;
}
</style>
background-color css
<style>
a { background-color: #DFA5E0; }
a { background-color: rgb(223,165,224); }
div.DivClassName
{
background-color: #DFA5E0;
}
.BgClassName
{
background-color: #DFA5E0;
}
</style>
border-color css
<style>
span { border-color: #DFA5E0; }
span { border-color: rgb(223,165,224); }
td.TdClassName
{
border-color: #DFA5E0;
}
.TagClassName
{
border-color: #DFA5E0;
}
</style>