Shades of Plum #DF9BE0
Tints of Plum #DF9BE0
RGB
CMYK
RGB Variations
Color information
#DF9BE0 (or 0xDF9BE0) is known color: Plum. HEX triplet: DF, 9B and E0. RGB value is (223,155,224). Sum of RGB (Red+Green+Blue) = 223+155+224=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF9BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BE0 is #20641F. Grayscale: #B6B6B6. Windows color (decimal): -2122784 or 14719967. OLE color: 14719967.
HSL color Cylindrical-coordinate representation of color #DF9BE0: hue angle of 299.13º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9BE0 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 155 | 224 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.12 |
| HSL | 299.13º | 0.53% | 0.74% | - |
| HSV(B) | 299.13º | 0.31% | 0.88% | - |
| XYZ | 55.61 | 44.51 | 76.18 | - |
| YUV | 183.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 224 | 0.00 | 0.31 | 0 | 0.12 | 299.13 | 0.53 | 0.74 |
| Hex | DF | 9B | E0 | 0 | 1F | 0 | C | 12B | 35 | 4A |
| Octal | 337 | 233 | 340 | 0 | 37 | 0 | 14 | 453 | 65 | 112 |
| Binary | 11011111 | 10011011 | 11100000 | 0 | 11111 | 0 | 1100 | 100101011 | 110101 | 1001010 |
Color Harmonies of #DF9BE0
Complementary color
Monochromatic Colors of #DF9BE0
Black with #DF9BE0
Text Example
Text Example
White with #DF9BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BE0; }
p { color: rgb(223,155,224); }
H1.HeaderClassName
{
color: #DF9BE0;
}
.AnyTagClassName
{
color: #DF9BE0;
}
</style>
background-color css
<style>
a { background-color: #DF9BE0; }
a { background-color: rgb(223,155,224); }
div.DivClassName
{
background-color: #DF9BE0;
}
.BgClassName
{
background-color: #DF9BE0;
}
</style>
border-color css
<style>
span { border-color: #DF9BE0; }
span { border-color: rgb(223,155,224); }
td.TdClassName
{
border-color: #DF9BE0;
}
.TagClassName
{
border-color: #DF9BE0;
}
</style>