Shades of Plum #DF9FD3
Tints of Plum #DF9FD3
RGB
CMYK
RGB Variations
Color information
#DF9FD3 (or 0xDF9FD3) is known color: Plum. HEX triplet: DF, 9F and D3. RGB value is (223,159,211). Sum of RGB (Red+Green+Blue) = 223+159+211=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FD3 is #20602C. Grayscale: #B7B7B7. Windows color (decimal): -2121773 or 13869023. OLE color: 13869023.
HSL color Cylindrical-coordinate representation of color #DF9FD3: hue angle of 311.25º 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 #DF9FD3 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 211 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.13 |
| HSL | 311.25º | 0.5% | 0.75% | - |
| HSV(B) | 311.25º | 0.29% | 0.87% | - |
| XYZ | 54.59 | 45.19 | 67.47 | - |
| YUV | 184.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 211 | 0 | 0.29 | 0.05 | 0.13 | 311.25 | 0.5 | 0.75 |
| Hex | DF | 9F | D3 | 0 | 1D | 5 | D | 137 | 32 | 4B |
| Octal | 337 | 237 | 323 | 0 | 35 | 5 | 15 | 467 | 62 | 113 |
| Binary | 11011111 | 10011111 | 11010011 | 0 | 11101 | 101 | 1101 | 100110111 | 110010 | 1001011 |
Color Harmonies of #DF9FD3
Complementary color
Monochromatic Colors of #DF9FD3
Black with #DF9FD3
Text Example
Text Example
White with #DF9FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FD3; }
p { color: rgb(223,159,211); }
H1.HeaderClassName
{
color: #DF9FD3;
}
.AnyTagClassName
{
color: #DF9FD3;
}
</style>
background-color css
<style>
a { background-color: #DF9FD3; }
a { background-color: rgb(223,159,211); }
div.DivClassName
{
background-color: #DF9FD3;
}
.BgClassName
{
background-color: #DF9FD3;
}
</style>
border-color css
<style>
span { border-color: #DF9FD3; }
span { border-color: rgb(223,159,211); }
td.TdClassName
{
border-color: #DF9FD3;
}
.TagClassName
{
border-color: #DF9FD3;
}
</style>