Shades of Plum #DF9BDC
Tints of Plum #DF9BDC
RGB
CMYK
RGB Variations
Color information
#DF9BDC (or 0xDF9BDC) is known color: Plum. HEX triplet: DF, 9B and DC. RGB value is (223,155,220). Sum of RGB (Red+Green+Blue) = 223+155+220=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BDC is #206423. Grayscale: #B6B6B6. Windows color (decimal): -2122788 or 14457823. OLE color: 14457823.
HSL color Cylindrical-coordinate representation of color #DF9BDC: hue angle of 302.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9BDC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 220 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 302.65º | 0.52% | 0.74% | - |
| HSV(B) | 302.65º | 0.3% | 0.87% | - |
| XYZ | 55.07 | 44.3 | 73.36 | - |
| YUV | 182.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 220 | 0 | 0.30 | 0.01 | 0.13 | 302.65 | 0.52 | 0.74 |
| Hex | DF | 9B | DC | 0 | 1E | 1 | D | 12F | 34 | 4A |
| Octal | 337 | 233 | 334 | 0 | 36 | 1 | 15 | 457 | 64 | 112 |
| Binary | 11011111 | 10011011 | 11011100 | 0 | 11110 | 1 | 1101 | 100101111 | 110100 | 1001010 |
Color Harmonies of #DF9BDC
Complementary color
Monochromatic Colors of #DF9BDC
Black with #DF9BDC
Text Example
Text Example
White with #DF9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BDC; }
p { color: rgb(223,155,220); }
H1.HeaderClassName
{
color: #DF9BDC;
}
.AnyTagClassName
{
color: #DF9BDC;
}
</style>
background-color css
<style>
a { background-color: #DF9BDC; }
a { background-color: rgb(223,155,220); }
div.DivClassName
{
background-color: #DF9BDC;
}
.BgClassName
{
background-color: #DF9BDC;
}
</style>
border-color css
<style>
span { border-color: #DF9BDC; }
span { border-color: rgb(223,155,220); }
td.TdClassName
{
border-color: #DF9BDC;
}
.TagClassName
{
border-color: #DF9BDC;
}
</style>