Shades of Plum #DF89DD
Tints of Plum #DF89DD
RGB
CMYK
RGB Variations
Color information
#DF89DD (or 0xDF89DD) is known color: Plum. HEX triplet: DF, 89 and DD. RGB value is (223,137,221). Sum of RGB (Red+Green+Blue) = 223+137+221=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89DD is #207622. Grayscale: #ACACAC. Windows color (decimal): -2127395 or 14518751. OLE color: 14518751.
HSL color Cylindrical-coordinate representation of color #DF89DD: hue angle of 301.4º 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 #DF89DD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 221 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 301.4º | 0.57% | 0.71% | - |
| HSV(B) | 301.4º | 0.39% | 0.87% | - |
| XYZ | 52.43 | 38.8 | 73.13 | - |
| YUV | 172.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 221 | 0 | 0.39 | 0.01 | 0.13 | 301.4 | 0.57 | 0.71 |
| Hex | DF | 89 | DD | 0 | 27 | 1 | D | 12D | 39 | 47 |
| Octal | 337 | 211 | 335 | 0 | 47 | 1 | 15 | 455 | 71 | 107 |
| Binary | 11011111 | 10001001 | 11011101 | 0 | 100111 | 1 | 1101 | 100101101 | 111001 | 1000111 |
Color Harmonies of #DF89DD
Complementary color
Monochromatic Colors of #DF89DD
Black with #DF89DD
Text Example
Text Example
White with #DF89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89DD; }
p { color: rgb(223,137,221); }
H1.HeaderClassName
{
color: #DF89DD;
}
.AnyTagClassName
{
color: #DF89DD;
}
</style>
background-color css
<style>
a { background-color: #DF89DD; }
a { background-color: rgb(223,137,221); }
div.DivClassName
{
background-color: #DF89DD;
}
.BgClassName
{
background-color: #DF89DD;
}
</style>
border-color css
<style>
span { border-color: #DF89DD; }
span { border-color: rgb(223,137,221); }
td.TdClassName
{
border-color: #DF89DD;
}
.TagClassName
{
border-color: #DF89DD;
}
</style>