Shades of Plum #DF9FDB
Tints of Plum #DF9FDB
RGB
CMYK
RGB Variations
Color information
#DF9FDB (or 0xDF9FDB) is known color: Plum. HEX triplet: DF, 9F and DB. RGB value is (223,159,219). Sum of RGB (Red+Green+Blue) = 223+159+219=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDB is #206024. Grayscale: #B8B8B8. Windows color (decimal): -2121765 or 14393311. OLE color: 14393311.
HSL color Cylindrical-coordinate representation of color #DF9FDB: hue angle of 303.75º 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 #DF9FDB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 159 | 219 | - |
CMYK | 0 | 0.29 | 0.02 | 0.13 |
HSL | 303.75º | 0.5% | 0.75% | - |
HSV(B) | 303.75º | 0.29% | 0.87% | - |
XYZ | 55.62 | 45.6 | 72.89 | - |
YUV | 184.98 | 147.2 | 155.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 159 | 219 | 0 | 0.29 | 0.02 | 0.13 | 303.75 | 0.5 | 0.75 |
Hex | DF | 9F | DB | 0 | 1D | 2 | D | 130 | 32 | 4B |
Octal | 337 | 237 | 333 | 0 | 35 | 2 | 15 | 460 | 62 | 113 |
Binary | 11011111 | 10011111 | 11011011 | 0 | 11101 | 10 | 1101 | 100110000 | 110010 | 1001011 |
Color Harmonies of #DF9FDB
Complementary color
Monochromatic Colors of #DF9FDB
Black with #DF9FDB
Text Example
Text Example
White with #DF9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FDB; }
p { color: rgb(223,159,219); }
H1.HeaderClassName
{
color: #DF9FDB;
}
.AnyTagClassName
{
color: #DF9FDB;
}
</style>
background-color css
<style>
a { background-color: #DF9FDB; }
a { background-color: rgb(223,159,219); }
div.DivClassName
{
background-color: #DF9FDB;
}
.BgClassName
{
background-color: #DF9FDB;
}
</style>
border-color css
<style>
span { border-color: #DF9FDB; }
span { border-color: rgb(223,159,219); }
td.TdClassName
{
border-color: #DF9FDB;
}
.TagClassName
{
border-color: #DF9FDB;
}
</style>