Shades of Plum #DF9ADB
Tints of Plum #DF9ADB
RGB
CMYK
RGB Variations
Color information
#DF9ADB (or 0xDF9ADB) is known color: Plum. HEX triplet: DF, 9A and DB. RGB value is (223,154,219). Sum of RGB (Red+Green+Blue) = 223+154+219=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ADB is #206524. Grayscale: #B5B5B5. Windows color (decimal): -2123045 or 14392031. OLE color: 14392031.
HSL color Cylindrical-coordinate representation of color #DF9ADB: hue angle of 303.48º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9ADB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 219 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.13 |
| HSL | 303.48º | 0.52% | 0.74% | - |
| HSV(B) | 303.48º | 0.31% | 0.87% | - |
| XYZ | 54.77 | 43.91 | 72.61 | - |
| YUV | 182.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 219 | 0 | 0.31 | 0.02 | 0.13 | 303.48 | 0.52 | 0.74 |
| Hex | DF | 9A | DB | 0 | 1F | 2 | D | 12F | 34 | 4A |
| Octal | 337 | 232 | 333 | 0 | 37 | 2 | 15 | 457 | 64 | 112 |
| Binary | 11011111 | 10011010 | 11011011 | 0 | 11111 | 10 | 1101 | 100101111 | 110100 | 1001010 |
Color Harmonies of #DF9ADB
Complementary color
Monochromatic Colors of #DF9ADB
Black with #DF9ADB
Text Example
Text Example
White with #DF9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ADB; }
p { color: rgb(223,154,219); }
H1.HeaderClassName
{
color: #DF9ADB;
}
.AnyTagClassName
{
color: #DF9ADB;
}
</style>
background-color css
<style>
a { background-color: #DF9ADB; }
a { background-color: rgb(223,154,219); }
div.DivClassName
{
background-color: #DF9ADB;
}
.BgClassName
{
background-color: #DF9ADB;
}
</style>
border-color css
<style>
span { border-color: #DF9ADB; }
span { border-color: rgb(223,154,219); }
td.TdClassName
{
border-color: #DF9ADB;
}
.TagClassName
{
border-color: #DF9ADB;
}
</style>