Shades of Plum #DF9BE4
Tints of Plum #DF9BE4
RGB
CMYK
RGB Variations
Color information
#DF9BE4 (or 0xDF9BE4) is known color: Plum. HEX triplet: DF, 9B and E4. RGB value is (223,155,228). Sum of RGB (Red+Green+Blue) = 223+155+228=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF9BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BE4 is #20641B. Grayscale: #B7B7B7. Windows color (decimal): -2122780 or 14982111. OLE color: 14982111.
HSL color Cylindrical-coordinate representation of color #DF9BE4: hue angle of 295.89º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9BE4 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 155 | 228 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.11 |
| HSL | 295.89º | 0.57% | 0.75% | - |
| HSV(B) | 295.89º | 0.32% | 0.89% | - |
| XYZ | 56.16 | 44.73 | 79.07 | - |
| YUV | 183.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 228 | 0.02 | 0.32 | 0 | 0.11 | 295.89 | 0.57 | 0.75 |
| Hex | DF | 9B | E4 | 2 | 20 | 0 | B | 128 | 39 | 4B |
| Octal | 337 | 233 | 344 | 2 | 40 | 0 | 13 | 450 | 71 | 113 |
| Binary | 11011111 | 10011011 | 11100100 | 10 | 100000 | 0 | 1011 | 100101000 | 111001 | 1001011 |
Color Harmonies of #DF9BE4
Complementary color
Monochromatic Colors of #DF9BE4
Black with #DF9BE4
Text Example
Text Example
White with #DF9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BE4; }
p { color: rgb(223,155,228); }
H1.HeaderClassName
{
color: #DF9BE4;
}
.AnyTagClassName
{
color: #DF9BE4;
}
</style>
background-color css
<style>
a { background-color: #DF9BE4; }
a { background-color: rgb(223,155,228); }
div.DivClassName
{
background-color: #DF9BE4;
}
.BgClassName
{
background-color: #DF9BE4;
}
</style>
border-color css
<style>
span { border-color: #DF9BE4; }
span { border-color: rgb(223,155,228); }
td.TdClassName
{
border-color: #DF9BE4;
}
.TagClassName
{
border-color: #DF9BE4;
}
</style>