Shades of Plum #DF9BD6
Tints of Plum #DF9BD6
RGB
CMYK
RGB Variations
Color information
#DF9BD6 (or 0xDF9BD6) is known color: Plum. HEX triplet: DF, 9B and D6. RGB value is (223,155,214). Sum of RGB (Red+Green+Blue) = 223+155+214=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BD6 is #206429. Grayscale: #B5B5B5. Windows color (decimal): -2122794 or 14064607. OLE color: 14064607.
HSL color Cylindrical-coordinate representation of color #DF9BD6: hue angle of 307.94º 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 #DF9BD6 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 214 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.13 |
| HSL | 307.94º | 0.52% | 0.74% | - |
| HSV(B) | 307.94º | 0.3% | 0.87% | - |
| XYZ | 54.29 | 43.99 | 69.25 | - |
| YUV | 182.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 214 | 0 | 0.30 | 0.04 | 0.13 | 307.94 | 0.52 | 0.74 |
| Hex | DF | 9B | D6 | 0 | 1E | 4 | D | 134 | 34 | 4A |
| Octal | 337 | 233 | 326 | 0 | 36 | 4 | 15 | 464 | 64 | 112 |
| Binary | 11011111 | 10011011 | 11010110 | 0 | 11110 | 100 | 1101 | 100110100 | 110100 | 1001010 |
Color Harmonies of #DF9BD6
Complementary color
Monochromatic Colors of #DF9BD6
Black with #DF9BD6
Text Example
Text Example
White with #DF9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BD6; }
p { color: rgb(223,155,214); }
H1.HeaderClassName
{
color: #DF9BD6;
}
.AnyTagClassName
{
color: #DF9BD6;
}
</style>
background-color css
<style>
a { background-color: #DF9BD6; }
a { background-color: rgb(223,155,214); }
div.DivClassName
{
background-color: #DF9BD6;
}
.BgClassName
{
background-color: #DF9BD6;
}
</style>
border-color css
<style>
span { border-color: #DF9BD6; }
span { border-color: rgb(223,155,214); }
td.TdClassName
{
border-color: #DF9BD6;
}
.TagClassName
{
border-color: #DF9BD6;
}
</style>