Shades of Plum #DF9BEE
Tints of Plum #DF9BEE
RGB
CMYK
RGB Variations
Color information
#DF9BEE (or 0xDF9BEE) is known color: Plum. HEX triplet: DF, 9B and EE. RGB value is (223,155,238). Sum of RGB (Red+Green+Blue) = 223+155+238=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEE is #206411. Grayscale: #B8B8B8. Windows color (decimal): -2122770 or 15637471. OLE color: 15637471.
HSL color Cylindrical-coordinate representation of color #DF9BEE: hue angle of 289.16º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9BEE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 155 | 238 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.07 |
| HSL | 289.16º | 0.71% | 0.77% | - |
| HSV(B) | 289.16º | 0.35% | 0.93% | - |
| XYZ | 57.59 | 45.3 | 86.6 | - |
| YUV | 184.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 238 | 0.06 | 0.35 | 0 | 0.07 | 289.16 | 0.71 | 0.77 |
| Hex | DF | 9B | EE | 6 | 23 | 0 | 7 | 121 | 47 | 4D |
| Octal | 337 | 233 | 356 | 6 | 43 | 0 | 7 | 441 | 107 | 115 |
| Binary | 11011111 | 10011011 | 11101110 | 110 | 100011 | 0 | 111 | 100100001 | 1000111 | 1001101 |
Color Harmonies of #DF9BEE
Complementary color
Monochromatic Colors of #DF9BEE
Black with #DF9BEE
Text Example
Text Example
White with #DF9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BEE; }
p { color: rgb(223,155,238); }
H1.HeaderClassName
{
color: #DF9BEE;
}
.AnyTagClassName
{
color: #DF9BEE;
}
</style>
background-color css
<style>
a { background-color: #DF9BEE; }
a { background-color: rgb(223,155,238); }
div.DivClassName
{
background-color: #DF9BEE;
}
.BgClassName
{
background-color: #DF9BEE;
}
</style>
border-color css
<style>
span { border-color: #DF9BEE; }
span { border-color: rgb(223,155,238); }
td.TdClassName
{
border-color: #DF9BEE;
}
.TagClassName
{
border-color: #DF9BEE;
}
</style>