Shades of Plum #DF9ADF
Tints of Plum #DF9ADF
RGB
CMYK
RGB Variations
Color information
#DF9ADF (or 0xDF9ADF) is known color: Plum. HEX triplet: DF, 9A and DF. RGB value is (223,154,223). Sum of RGB (Red+Green+Blue) = 223+154+223=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ADF is #206520. Grayscale: #B6B6B6. Windows color (decimal): -2123041 or 14654175. OLE color: 14654175.
HSL color Cylindrical-coordinate representation of color #DF9ADF: hue angle of 300º 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 #DF9ADF is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 223 | - |
| CMYK | 0 | 0.31 | 0 | 0.13 |
| HSL | 300º | 0.52% | 0.74% | - |
| HSV(B) | 300º | 0.31% | 0.87% | - |
| XYZ | 55.31 | 44.13 | 75.41 | - |
| YUV | 182.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 223 | 0 | 0.31 | 0 | 0.13 | 300 | 0.52 | 0.74 |
| Hex | DF | 9A | DF | 0 | 1F | 0 | D | 12C | 34 | 4A |
| Octal | 337 | 232 | 337 | 0 | 37 | 0 | 15 | 454 | 64 | 112 |
| Binary | 11011111 | 10011010 | 11011111 | 0 | 11111 | 0 | 1101 | 100101100 | 110100 | 1001010 |
Color Harmonies of #DF9ADF
Complementary color
Monochromatic Colors of #DF9ADF
Black with #DF9ADF
Text Example
Text Example
White with #DF9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ADF; }
p { color: rgb(223,154,223); }
H1.HeaderClassName
{
color: #DF9ADF;
}
.AnyTagClassName
{
color: #DF9ADF;
}
</style>
background-color css
<style>
a { background-color: #DF9ADF; }
a { background-color: rgb(223,154,223); }
div.DivClassName
{
background-color: #DF9ADF;
}
.BgClassName
{
background-color: #DF9ADF;
}
</style>
border-color css
<style>
span { border-color: #DF9ADF; }
span { border-color: rgb(223,154,223); }
td.TdClassName
{
border-color: #DF9ADF;
}
.TagClassName
{
border-color: #DF9ADF;
}
</style>