Shades of Plum #DF9BF1
Tints of Plum #DF9BF1
RGB
CMYK
RGB Variations
Color information
#DF9BF1 (or 0xDF9BF1) is known color: Plum. HEX triplet: DF, 9B and F1. RGB value is (223,155,241). Sum of RGB (Red+Green+Blue) = 223+155+241=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BF1 is #20640E. Grayscale: #B8B8B8. Windows color (decimal): -2122767 or 15834079. OLE color: 15834079.
HSL color Cylindrical-coordinate representation of color #DF9BF1: hue angle of 287.44º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF9BF1 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 155 | 241 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.05 |
| HSL | 287.44º | 0.75% | 0.78% | - |
| HSV(B) | 287.44º | 0.36% | 0.95% | - |
| XYZ | 58.03 | 45.48 | 88.94 | - |
| YUV | 185.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 241 | 0.07 | 0.36 | 0 | 0.05 | 287.44 | 0.75 | 0.78 |
| Hex | DF | 9B | F1 | 7 | 24 | 0 | 5 | 11F | 4B | 4E |
| Octal | 337 | 233 | 361 | 7 | 44 | 0 | 5 | 437 | 113 | 116 |
| Binary | 11011111 | 10011011 | 11110001 | 111 | 100100 | 0 | 101 | 100011111 | 1001011 | 1001110 |
Color Harmonies of #DF9BF1
Complementary color
Monochromatic Colors of #DF9BF1
Black with #DF9BF1
Text Example
Text Example
White with #DF9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BF1; }
p { color: rgb(223,155,241); }
H1.HeaderClassName
{
color: #DF9BF1;
}
.AnyTagClassName
{
color: #DF9BF1;
}
</style>
background-color css
<style>
a { background-color: #DF9BF1; }
a { background-color: rgb(223,155,241); }
div.DivClassName
{
background-color: #DF9BF1;
}
.BgClassName
{
background-color: #DF9BF1;
}
</style>
border-color css
<style>
span { border-color: #DF9BF1; }
span { border-color: rgb(223,155,241); }
td.TdClassName
{
border-color: #DF9BF1;
}
.TagClassName
{
border-color: #DF9BF1;
}
</style>