Shades of Plum #DF89DB
Tints of Plum #DF89DB
RGB
CMYK
RGB Variations
Color information
#DF89DB (or 0xDF89DB) is known color: Plum. HEX triplet: DF, 89 and DB. RGB value is (223,137,219). Sum of RGB (Red+Green+Blue) = 223+137+219=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89DB is #207624. Grayscale: #ABABAB. Windows color (decimal): -2127397 or 14387679. OLE color: 14387679.
HSL color Cylindrical-coordinate representation of color #DF89DB: hue angle of 302.79º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89DB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 219 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.13 |
| HSL | 302.79º | 0.57% | 0.71% | - |
| HSV(B) | 302.79º | 0.39% | 0.87% | - |
| XYZ | 52.16 | 38.69 | 71.74 | - |
| YUV | 172.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 219 | 0 | 0.39 | 0.02 | 0.13 | 302.79 | 0.57 | 0.71 |
| Hex | DF | 89 | DB | 0 | 27 | 2 | D | 12F | 39 | 47 |
| Octal | 337 | 211 | 333 | 0 | 47 | 2 | 15 | 457 | 71 | 107 |
| Binary | 11011111 | 10001001 | 11011011 | 0 | 100111 | 10 | 1101 | 100101111 | 111001 | 1000111 |
Color Harmonies of #DF89DB
Complementary color
Monochromatic Colors of #DF89DB
Black with #DF89DB
Text Example
Text Example
White with #DF89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89DB; }
p { color: rgb(223,137,219); }
H1.HeaderClassName
{
color: #DF89DB;
}
.AnyTagClassName
{
color: #DF89DB;
}
</style>
background-color css
<style>
a { background-color: #DF89DB; }
a { background-color: rgb(223,137,219); }
div.DivClassName
{
background-color: #DF89DB;
}
.BgClassName
{
background-color: #DF89DB;
}
</style>
border-color css
<style>
span { border-color: #DF89DB; }
span { border-color: rgb(223,137,219); }
td.TdClassName
{
border-color: #DF89DB;
}
.TagClassName
{
border-color: #DF89DB;
}
</style>