Shades of Plum #DF9BEF
Tints of Plum #DF9BEF
RGB
CMYK
RGB Variations
Color information
#DF9BEF (or 0xDF9BEF) is known color: Plum. HEX triplet: DF, 9B and EF. RGB value is (223,155,239). Sum of RGB (Red+Green+Blue) = 223+155+239=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEF is #206410. Grayscale: #B8B8B8. Windows color (decimal): -2122769 or 15703007. OLE color: 15703007.
HSL color Cylindrical-coordinate representation of color #DF9BEF: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9BEF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 155 | 239 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.06 |
| HSL | 288.57º | 0.72% | 0.77% | - |
| HSV(B) | 288.57º | 0.35% | 0.94% | - |
| XYZ | 57.73 | 45.36 | 87.37 | - |
| YUV | 184.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 239 | 0.07 | 0.35 | 0 | 0.06 | 288.57 | 0.72 | 0.77 |
| Hex | DF | 9B | EF | 7 | 23 | 0 | 6 | 121 | 48 | 4D |
| Octal | 337 | 233 | 357 | 7 | 43 | 0 | 6 | 441 | 110 | 115 |
| Binary | 11011111 | 10011011 | 11101111 | 111 | 100011 | 0 | 110 | 100100001 | 1001000 | 1001101 |
Color Harmonies of #DF9BEF
Complementary color
Monochromatic Colors of #DF9BEF
Black with #DF9BEF
Text Example
Text Example
White with #DF9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BEF; }
p { color: rgb(223,155,239); }
H1.HeaderClassName
{
color: #DF9BEF;
}
.AnyTagClassName
{
color: #DF9BEF;
}
</style>
background-color css
<style>
a { background-color: #DF9BEF; }
a { background-color: rgb(223,155,239); }
div.DivClassName
{
background-color: #DF9BEF;
}
.BgClassName
{
background-color: #DF9BEF;
}
</style>
border-color css
<style>
span { border-color: #DF9BEF; }
span { border-color: rgb(223,155,239); }
td.TdClassName
{
border-color: #DF9BEF;
}
.TagClassName
{
border-color: #DF9BEF;
}
</style>