Shades of Plum #DA89D6
Tints of Plum #DA89D6
RGB
CMYK
RGB Variations
Color information
#DA89D6 (or 0xDA89D6) is known color: Plum. HEX triplet: DA, 89 and D6. RGB value is (218,137,214). Sum of RGB (Red+Green+Blue) = 218+137+214=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89D6 is #257629. Grayscale: #A9A9A9. Windows color (decimal): -2455082 or 14059994. OLE color: 14059994.
HSL color Cylindrical-coordinate representation of color #DA89D6: hue angle of 302.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA89D6 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 214 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.15 |
| HSL | 302.96º | 0.52% | 0.7% | - |
| HSV(B) | 302.96º | 0.37% | 0.85% | - |
| XYZ | 50 | 37.65 | 68.25 | - |
| YUV | 170 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 214 | 0 | 0.37 | 0.02 | 0.15 | 302.96 | 0.52 | 0.7 |
| Hex | DA | 89 | D6 | 0 | 25 | 2 | F | 12F | 34 | 46 |
| Octal | 332 | 211 | 326 | 0 | 45 | 2 | 17 | 457 | 64 | 106 |
| Binary | 11011010 | 10001001 | 11010110 | 0 | 100101 | 10 | 1111 | 100101111 | 110100 | 1000110 |
Color Harmonies of #DA89D6
Complementary color
Monochromatic Colors of #DA89D6
Black with #DA89D6
Text Example
Text Example
White with #DA89D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89D6; }
p { color: rgb(218,137,214); }
H1.HeaderClassName
{
color: #DA89D6;
}
.AnyTagClassName
{
color: #DA89D6;
}
</style>
background-color css
<style>
a { background-color: #DA89D6; }
a { background-color: rgb(218,137,214); }
div.DivClassName
{
background-color: #DA89D6;
}
.BgClassName
{
background-color: #DA89D6;
}
</style>
border-color css
<style>
span { border-color: #DA89D6; }
span { border-color: rgb(218,137,214); }
td.TdClassName
{
border-color: #DA89D6;
}
.TagClassName
{
border-color: #DA89D6;
}
</style>