Shades of Plum #DFA6DA
Tints of Plum #DFA6DA
RGB
CMYK
RGB Variations
Color information
#DFA6DA (or 0xDFA6DA) is known color: Plum. HEX triplet: DF, A6 and DA. RGB value is (223,166,218). Sum of RGB (Red+Green+Blue) = 223+166+218=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6DA is #205925. Grayscale: #BCBCBC. Windows color (decimal): -2119974 or 14329567. OLE color: 14329567.
HSL color Cylindrical-coordinate representation of color #DFA6DA: hue angle of 305.26º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6DA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 218 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.13 |
| HSL | 305.26º | 0.47% | 0.76% | - |
| HSV(B) | 305.26º | 0.26% | 0.87% | - |
| XYZ | 56.72 | 48.02 | 72.61 | - |
| YUV | 188.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 218 | 0 | 0.26 | 0.02 | 0.13 | 305.26 | 0.47 | 0.76 |
| Hex | DF | A6 | DA | 0 | 1A | 2 | D | 131 | 2F | 4C |
| Octal | 337 | 246 | 332 | 0 | 32 | 2 | 15 | 461 | 57 | 114 |
| Binary | 11011111 | 10100110 | 11011010 | 0 | 11010 | 10 | 1101 | 100110001 | 101111 | 1001100 |
Color Harmonies of #DFA6DA
Complementary color
Monochromatic Colors of #DFA6DA
Black with #DFA6DA
Text Example
Text Example
White with #DFA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA6DA; }
p { color: rgb(223,166,218); }
H1.HeaderClassName
{
color: #DFA6DA;
}
.AnyTagClassName
{
color: #DFA6DA;
}
</style>
background-color css
<style>
a { background-color: #DFA6DA; }
a { background-color: rgb(223,166,218); }
div.DivClassName
{
background-color: #DFA6DA;
}
.BgClassName
{
background-color: #DFA6DA;
}
</style>
border-color css
<style>
span { border-color: #DFA6DA; }
span { border-color: rgb(223,166,218); }
td.TdClassName
{
border-color: #DFA6DA;
}
.TagClassName
{
border-color: #DFA6DA;
}
</style>