Shades of Plum #DF9BEA
Tints of Plum #DF9BEA
RGB
CMYK
RGB Variations
Color information
#DF9BEA (or 0xDF9BEA) is known color: Plum. HEX triplet: DF, 9B and EA. RGB value is (223,155,234). Sum of RGB (Red+Green+Blue) = 223+155+234=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEA is #206415. Grayscale: #B8B8B8. Windows color (decimal): -2122774 or 15375327. OLE color: 15375327.
HSL color Cylindrical-coordinate representation of color #DF9BEA: hue angle of 291.65º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9BEA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 155 | 234 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.08 |
| HSL | 291.65º | 0.65% | 0.76% | - |
| HSV(B) | 291.65º | 0.34% | 0.92% | - |
| XYZ | 57 | 45.07 | 83.54 | - |
| YUV | 184.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 234 | 0.05 | 0.34 | 0 | 0.08 | 291.65 | 0.65 | 0.76 |
| Hex | DF | 9B | EA | 5 | 22 | 0 | 8 | 124 | 41 | 4C |
| Octal | 337 | 233 | 352 | 5 | 42 | 0 | 10 | 444 | 101 | 114 |
| Binary | 11011111 | 10011011 | 11101010 | 101 | 100010 | 0 | 1000 | 100100100 | 1000001 | 1001100 |
Color Harmonies of #DF9BEA
Complementary color
Monochromatic Colors of #DF9BEA
Black with #DF9BEA
Text Example
Text Example
White with #DF9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BEA; }
p { color: rgb(223,155,234); }
H1.HeaderClassName
{
color: #DF9BEA;
}
.AnyTagClassName
{
color: #DF9BEA;
}
</style>
background-color css
<style>
a { background-color: #DF9BEA; }
a { background-color: rgb(223,155,234); }
div.DivClassName
{
background-color: #DF9BEA;
}
.BgClassName
{
background-color: #DF9BEA;
}
</style>
border-color css
<style>
span { border-color: #DF9BEA; }
span { border-color: rgb(223,155,234); }
td.TdClassName
{
border-color: #DF9BEA;
}
.TagClassName
{
border-color: #DF9BEA;
}
</style>