Shades of Plum #DF9DE0
Tints of Plum #DF9DE0
RGB
CMYK
RGB Variations
Color information
#DF9DE0 (or 0xDF9DE0) is known color: Plum. HEX triplet: DF, 9D and E0. RGB value is (223,157,224). Sum of RGB (Red+Green+Blue) = 223+157+224=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DE0 is #20621F. Grayscale: #B8B8B8. Windows color (decimal): -2122272 or 14720479. OLE color: 14720479.
HSL color Cylindrical-coordinate representation of color #DF9DE0: hue angle of 299.1º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DE0 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 157 | 224 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.12 |
| HSL | 299.1º | 0.52% | 0.75% | - |
| HSV(B) | 299.1º | 0.3% | 0.88% | - |
| XYZ | 55.94 | 45.18 | 76.29 | - |
| YUV | 184.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 224 | 0.00 | 0.30 | 0 | 0.12 | 299.1 | 0.52 | 0.75 |
| Hex | DF | 9D | E0 | 0 | 1E | 0 | C | 12B | 34 | 4B |
| Octal | 337 | 235 | 340 | 0 | 36 | 0 | 14 | 453 | 64 | 113 |
| Binary | 11011111 | 10011101 | 11100000 | 0 | 11110 | 0 | 1100 | 100101011 | 110100 | 1001011 |
Color Harmonies of #DF9DE0
Complementary color
Monochromatic Colors of #DF9DE0
Black with #DF9DE0
Text Example
Text Example
White with #DF9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DE0; }
p { color: rgb(223,157,224); }
H1.HeaderClassName
{
color: #DF9DE0;
}
.AnyTagClassName
{
color: #DF9DE0;
}
</style>
background-color css
<style>
a { background-color: #DF9DE0; }
a { background-color: rgb(223,157,224); }
div.DivClassName
{
background-color: #DF9DE0;
}
.BgClassName
{
background-color: #DF9DE0;
}
</style>
border-color css
<style>
span { border-color: #DF9DE0; }
span { border-color: rgb(223,157,224); }
td.TdClassName
{
border-color: #DF9DE0;
}
.TagClassName
{
border-color: #DF9DE0;
}
</style>