Shades of Plum #DE9BF1
Tints of Plum #DE9BF1
RGB
CMYK
RGB Variations
Color information
#DE9BF1 (or 0xDE9BF1) is known color: Plum. HEX triplet: DE, 9B and F1. RGB value is (222,155,241). Sum of RGB (Red+Green+Blue) = 222+155+241=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BF1 is #21640E. Grayscale: #B8B8B8. Windows color (decimal): -2188303 or 15834078. OLE color: 15834078.
HSL color Cylindrical-coordinate representation of color #DE9BF1: hue angle of 286.74º 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 #DE9BF1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 155 | 241 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.05 |
| HSL | 286.74º | 0.75% | 0.78% | - |
| HSV(B) | 286.74º | 0.36% | 0.95% | - |
| XYZ | 57.72 | 45.32 | 88.93 | - |
| YUV | 184.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 241 | 0.08 | 0.36 | 0 | 0.05 | 286.74 | 0.75 | 0.78 |
| Hex | DE | 9B | F1 | 8 | 24 | 0 | 5 | 11F | 4B | 4E |
| Octal | 336 | 233 | 361 | 10 | 44 | 0 | 5 | 437 | 113 | 116 |
| Binary | 11011110 | 10011011 | 11110001 | 1000 | 100100 | 0 | 101 | 100011111 | 1001011 | 1001110 |
Color Harmonies of #DE9BF1
Complementary color
Monochromatic Colors of #DE9BF1
Black with #DE9BF1
Text Example
Text Example
White with #DE9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BF1; }
p { color: rgb(222,155,241); }
H1.HeaderClassName
{
color: #DE9BF1;
}
.AnyTagClassName
{
color: #DE9BF1;
}
</style>
background-color css
<style>
a { background-color: #DE9BF1; }
a { background-color: rgb(222,155,241); }
div.DivClassName
{
background-color: #DE9BF1;
}
.BgClassName
{
background-color: #DE9BF1;
}
</style>
border-color css
<style>
span { border-color: #DE9BF1; }
span { border-color: rgb(222,155,241); }
td.TdClassName
{
border-color: #DE9BF1;
}
.TagClassName
{
border-color: #DE9BF1;
}
</style>