Shades of Plum #DF9BD1
Tints of Plum #DF9BD1
RGB
CMYK
RGB Variations
Color information
#DF9BD1 (or 0xDF9BD1) is known color: Plum. HEX triplet: DF, 9B and D1. RGB value is (223,155,209). Sum of RGB (Red+Green+Blue) = 223+155+209=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BD1 is #20642E. Grayscale: #B5B5B5. Windows color (decimal): -2122799 or 13736927. OLE color: 13736927.
HSL color Cylindrical-coordinate representation of color #DF9BD1: hue angle of 312.35º 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 #DF9BD1 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 209 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.13 |
| HSL | 312.35º | 0.52% | 0.74% | - |
| HSV(B) | 312.35º | 0.3% | 0.87% | - |
| XYZ | 53.66 | 43.73 | 65.93 | - |
| YUV | 181.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 209 | 0 | 0.30 | 0.06 | 0.13 | 312.35 | 0.52 | 0.74 |
| Hex | DF | 9B | D1 | 0 | 1E | 6 | D | 138 | 34 | 4A |
| Octal | 337 | 233 | 321 | 0 | 36 | 6 | 15 | 470 | 64 | 112 |
| Binary | 11011111 | 10011011 | 11010001 | 0 | 11110 | 110 | 1101 | 100111000 | 110100 | 1001010 |
Color Harmonies of #DF9BD1
Complementary color
Monochromatic Colors of #DF9BD1
Black with #DF9BD1
Text Example
Text Example
White with #DF9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BD1; }
p { color: rgb(223,155,209); }
H1.HeaderClassName
{
color: #DF9BD1;
}
.AnyTagClassName
{
color: #DF9BD1;
}
</style>
background-color css
<style>
a { background-color: #DF9BD1; }
a { background-color: rgb(223,155,209); }
div.DivClassName
{
background-color: #DF9BD1;
}
.BgClassName
{
background-color: #DF9BD1;
}
</style>
border-color css
<style>
span { border-color: #DF9BD1; }
span { border-color: rgb(223,155,209); }
td.TdClassName
{
border-color: #DF9BD1;
}
.TagClassName
{
border-color: #DF9BD1;
}
</style>