Shades of Plum #DF9FDD
Tints of Plum #DF9FDD
RGB
CMYK
RGB Variations
Color information
#DF9FDD (or 0xDF9FDD) is known color: Plum. HEX triplet: DF, 9F and DD. RGB value is (223,159,221). Sum of RGB (Red+Green+Blue) = 223+159+221=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDD is #206022. Grayscale: #B9B9B9. Windows color (decimal): -2121763 or 14524383. OLE color: 14524383.
HSL color Cylindrical-coordinate representation of color #DF9FDD: hue angle of 301.88º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FDD is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 159 | 221 | - |
CMYK | 0 | 0.29 | 0.01 | 0.13 |
HSL | 301.88º | 0.5% | 0.75% | - |
HSV(B) | 301.88º | 0.29% | 0.87% | - |
XYZ | 55.88 | 45.7 | 74.28 | - |
YUV | 185.2 | 148.2 | 154.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 159 | 221 | 0 | 0.29 | 0.01 | 0.13 | 301.88 | 0.5 | 0.75 |
Hex | DF | 9F | DD | 0 | 1D | 1 | D | 12E | 32 | 4B |
Octal | 337 | 237 | 335 | 0 | 35 | 1 | 15 | 456 | 62 | 113 |
Binary | 11011111 | 10011111 | 11011101 | 0 | 11101 | 1 | 1101 | 100101110 | 110010 | 1001011 |
Color Harmonies of #DF9FDD
Complementary color
Monochromatic Colors of #DF9FDD
Black with #DF9FDD
Text Example
Text Example
White with #DF9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FDD; }
p { color: rgb(223,159,221); }
H1.HeaderClassName
{
color: #DF9FDD;
}
.AnyTagClassName
{
color: #DF9FDD;
}
</style>
background-color css
<style>
a { background-color: #DF9FDD; }
a { background-color: rgb(223,159,221); }
div.DivClassName
{
background-color: #DF9FDD;
}
.BgClassName
{
background-color: #DF9FDD;
}
</style>
border-color css
<style>
span { border-color: #DF9FDD; }
span { border-color: rgb(223,159,221); }
td.TdClassName
{
border-color: #DF9FDD;
}
.TagClassName
{
border-color: #DF9FDD;
}
</style>