Shades of Plum #DF9BD3
Tints of Plum #DF9BD3
RGB
CMYK
RGB Variations
Color information
#DF9BD3 (or 0xDF9BD3) is known color: Plum. HEX triplet: DF, 9B and D3. RGB value is (223,155,211). Sum of RGB (Red+Green+Blue) = 223+155+211=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BD3 is #20642C. Grayscale: #B5B5B5. Windows color (decimal): -2122797 or 13867999. OLE color: 13867999.
HSL color Cylindrical-coordinate representation of color #DF9BD3: hue angle of 310.59º 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 #DF9BD3 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 211 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.13 |
| HSL | 310.59º | 0.52% | 0.74% | - |
| HSV(B) | 310.59º | 0.3% | 0.87% | - |
| XYZ | 53.91 | 43.83 | 67.25 | - |
| YUV | 181.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 211 | 0 | 0.30 | 0.05 | 0.13 | 310.59 | 0.52 | 0.74 |
| Hex | DF | 9B | D3 | 0 | 1E | 5 | D | 137 | 34 | 4A |
| Octal | 337 | 233 | 323 | 0 | 36 | 5 | 15 | 467 | 64 | 112 |
| Binary | 11011111 | 10011011 | 11010011 | 0 | 11110 | 101 | 1101 | 100110111 | 110100 | 1001010 |
Color Harmonies of #DF9BD3
Complementary color
Monochromatic Colors of #DF9BD3
Black with #DF9BD3
Text Example
Text Example
White with #DF9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BD3; }
p { color: rgb(223,155,211); }
H1.HeaderClassName
{
color: #DF9BD3;
}
.AnyTagClassName
{
color: #DF9BD3;
}
</style>
background-color css
<style>
a { background-color: #DF9BD3; }
a { background-color: rgb(223,155,211); }
div.DivClassName
{
background-color: #DF9BD3;
}
.BgClassName
{
background-color: #DF9BD3;
}
</style>
border-color css
<style>
span { border-color: #DF9BD3; }
span { border-color: rgb(223,155,211); }
td.TdClassName
{
border-color: #DF9BD3;
}
.TagClassName
{
border-color: #DF9BD3;
}
</style>