Shades of Plum #DFB1E9
Tints of Plum #DFB1E9
RGB
CMYK
RGB Variations
Color information
#DFB1E9 (or 0xDFB1E9) is known color: Plum. HEX triplet: DF, B1 and E9. RGB value is (223,177,233). Sum of RGB (Red+Green+Blue) = 223+177+233=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFB1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1E9 is #204E16. Grayscale: #C4C4C4. Windows color (decimal): -2117143 or 15315423. OLE color: 15315423.
HSL color Cylindrical-coordinate representation of color #DFB1E9: hue angle of 289.29º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB1E9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 177 | 233 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 289.29º | 0.56% | 0.8% | - |
| HSV(B) | 289.29º | 0.24% | 0.91% | - |
| XYZ | 60.86 | 53.02 | 84.12 | - |
| YUV | 197.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 233 | 0.04 | 0.24 | 0 | 0.09 | 289.29 | 0.56 | 0.8 |
| Hex | DF | B1 | E9 | 4 | 18 | 0 | 9 | 121 | 38 | 50 |
| Octal | 337 | 261 | 351 | 4 | 30 | 0 | 11 | 441 | 70 | 120 |
| Binary | 11011111 | 10110001 | 11101001 | 100 | 11000 | 0 | 1001 | 100100001 | 111000 | 1010000 |
Color Harmonies of #DFB1E9
Complementary color
Monochromatic Colors of #DFB1E9
Black with #DFB1E9
Text Example
Text Example
White with #DFB1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1E9; }
p { color: rgb(223,177,233); }
H1.HeaderClassName
{
color: #DFB1E9;
}
.AnyTagClassName
{
color: #DFB1E9;
}
</style>
background-color css
<style>
a { background-color: #DFB1E9; }
a { background-color: rgb(223,177,233); }
div.DivClassName
{
background-color: #DFB1E9;
}
.BgClassName
{
background-color: #DFB1E9;
}
</style>
border-color css
<style>
span { border-color: #DFB1E9; }
span { border-color: rgb(223,177,233); }
td.TdClassName
{
border-color: #DFB1E9;
}
.TagClassName
{
border-color: #DFB1E9;
}
</style>