Shades of Plum #DF9BE1
Tints of Plum #DF9BE1
RGB
CMYK
RGB Variations
Color information
#DF9BE1 (or 0xDF9BE1) is known color: Plum. HEX triplet: DF, 9B and E1. RGB value is (223,155,225). Sum of RGB (Red+Green+Blue) = 223+155+225=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BE1 is #20641E. Grayscale: #B7B7B7. Windows color (decimal): -2122783 or 14785503. OLE color: 14785503.
HSL color Cylindrical-coordinate representation of color #DF9BE1: hue angle of 298.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9BE1 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 155 | 225 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.12 |
| HSL | 298.29º | 0.54% | 0.75% | - |
| HSV(B) | 298.29º | 0.31% | 0.88% | - |
| XYZ | 55.74 | 44.57 | 76.9 | - |
| YUV | 183.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 225 | 0.01 | 0.31 | 0 | 0.12 | 298.29 | 0.54 | 0.75 |
| Hex | DF | 9B | E1 | 1 | 1F | 0 | C | 12A | 36 | 4B |
| Octal | 337 | 233 | 341 | 1 | 37 | 0 | 14 | 452 | 66 | 113 |
| Binary | 11011111 | 10011011 | 11100001 | 1 | 11111 | 0 | 1100 | 100101010 | 110110 | 1001011 |
Color Harmonies of #DF9BE1
Complementary color
Monochromatic Colors of #DF9BE1
Black with #DF9BE1
Text Example
Text Example
White with #DF9BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BE1; }
p { color: rgb(223,155,225); }
H1.HeaderClassName
{
color: #DF9BE1;
}
.AnyTagClassName
{
color: #DF9BE1;
}
</style>
background-color css
<style>
a { background-color: #DF9BE1; }
a { background-color: rgb(223,155,225); }
div.DivClassName
{
background-color: #DF9BE1;
}
.BgClassName
{
background-color: #DF9BE1;
}
</style>
border-color css
<style>
span { border-color: #DF9BE1; }
span { border-color: rgb(223,155,225); }
td.TdClassName
{
border-color: #DF9BE1;
}
.TagClassName
{
border-color: #DF9BE1;
}
</style>