Shades of Plum #DF9DE5
Tints of Plum #DF9DE5
RGB
CMYK
RGB Variations
Color information
#DF9DE5 (or 0xDF9DE5) is known color: Plum. HEX triplet: DF, 9D and E5. RGB value is (223,157,229). Sum of RGB (Red+Green+Blue) = 223+157+229=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DE5 is #20621A. Grayscale: #B8B8B8. Windows color (decimal): -2122267 or 15048159. OLE color: 15048159.
HSL color Cylindrical-coordinate representation of color #DF9DE5: hue angle of 295º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9DE5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 157 | 229 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.10 |
| HSL | 295º | 0.58% | 0.76% | - |
| HSV(B) | 295º | 0.31% | 0.9% | - |
| XYZ | 56.63 | 45.46 | 79.92 | - |
| YUV | 184.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 229 | 0.03 | 0.31 | 0 | 0.10 | 295 | 0.58 | 0.76 |
| Hex | DF | 9D | E5 | 3 | 1F | 0 | A | 127 | 3A | 4C |
| Octal | 337 | 235 | 345 | 3 | 37 | 0 | 12 | 447 | 72 | 114 |
| Binary | 11011111 | 10011101 | 11100101 | 11 | 11111 | 0 | 1010 | 100100111 | 111010 | 1001100 |
Color Harmonies of #DF9DE5
Complementary color
Monochromatic Colors of #DF9DE5
Black with #DF9DE5
Text Example
Text Example
White with #DF9DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DE5; }
p { color: rgb(223,157,229); }
H1.HeaderClassName
{
color: #DF9DE5;
}
.AnyTagClassName
{
color: #DF9DE5;
}
</style>
background-color css
<style>
a { background-color: #DF9DE5; }
a { background-color: rgb(223,157,229); }
div.DivClassName
{
background-color: #DF9DE5;
}
.BgClassName
{
background-color: #DF9DE5;
}
</style>
border-color css
<style>
span { border-color: #DF9DE5; }
span { border-color: rgb(223,157,229); }
td.TdClassName
{
border-color: #DF9DE5;
}
.TagClassName
{
border-color: #DF9DE5;
}
</style>