Shades of Plum #DF9CED
Tints of Plum #DF9CED
RGB
CMYK
RGB Variations
Color information
#DF9CED (or 0xDF9CED) is known color: Plum. HEX triplet: DF, 9C and ED. RGB value is (223,156,237). Sum of RGB (Red+Green+Blue) = 223+156+237=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CED is #206312. Grayscale: #B9B9B9. Windows color (decimal): -2122515 or 15572191. OLE color: 15572191.
HSL color Cylindrical-coordinate representation of color #DF9CED: hue angle of 289.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9CED is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 156 | 237 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.07 |
| HSL | 289.63º | 0.69% | 0.77% | - |
| HSV(B) | 289.63º | 0.34% | 0.93% | - |
| XYZ | 57.61 | 45.58 | 85.88 | - |
| YUV | 185.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 237 | 0.06 | 0.34 | 0 | 0.07 | 289.63 | 0.69 | 0.77 |
| Hex | DF | 9C | ED | 6 | 22 | 0 | 7 | 122 | 45 | 4D |
| Octal | 337 | 234 | 355 | 6 | 42 | 0 | 7 | 442 | 105 | 115 |
| Binary | 11011111 | 10011100 | 11101101 | 110 | 100010 | 0 | 111 | 100100010 | 1000101 | 1001101 |
Color Harmonies of #DF9CED
Complementary color
Monochromatic Colors of #DF9CED
Black with #DF9CED
Text Example
Text Example
White with #DF9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CED; }
p { color: rgb(223,156,237); }
H1.HeaderClassName
{
color: #DF9CED;
}
.AnyTagClassName
{
color: #DF9CED;
}
</style>
background-color css
<style>
a { background-color: #DF9CED; }
a { background-color: rgb(223,156,237); }
div.DivClassName
{
background-color: #DF9CED;
}
.BgClassName
{
background-color: #DF9CED;
}
</style>
border-color css
<style>
span { border-color: #DF9CED; }
span { border-color: rgb(223,156,237); }
td.TdClassName
{
border-color: #DF9CED;
}
.TagClassName
{
border-color: #DF9CED;
}
</style>