Shades of Plum #DA89DD
Tints of Plum #DA89DD
RGB
CMYK
RGB Variations
Color information
#DA89DD (or 0xDA89DD) is known color: Plum. HEX triplet: DA, 89 and DD. RGB value is (218,137,221). Sum of RGB (Red+Green+Blue) = 218+137+221=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89DD is #257622. Grayscale: #AAAAAA. Windows color (decimal): -2455075 or 14518746. OLE color: 14518746.
HSL color Cylindrical-coordinate representation of color #DA89DD: hue angle of 297.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA89DD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 137 | 221 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 297.86º | 0.55% | 0.7% | - |
| HSV(B) | 297.86º | 0.38% | 0.87% | - |
| XYZ | 50.91 | 38.02 | 73.06 | - |
| YUV | 170.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 221 | 0.01 | 0.38 | 0 | 0.13 | 297.86 | 0.55 | 0.7 |
| Hex | DA | 89 | DD | 1 | 26 | 0 | D | 12A | 37 | 46 |
| Octal | 332 | 211 | 335 | 1 | 46 | 0 | 15 | 452 | 67 | 106 |
| Binary | 11011010 | 10001001 | 11011101 | 1 | 100110 | 0 | 1101 | 100101010 | 110111 | 1000110 |
Color Harmonies of #DA89DD
Complementary color
Monochromatic Colors of #DA89DD
Black with #DA89DD
Text Example
Text Example
White with #DA89DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89DD; }
p { color: rgb(218,137,221); }
H1.HeaderClassName
{
color: #DA89DD;
}
.AnyTagClassName
{
color: #DA89DD;
}
</style>
background-color css
<style>
a { background-color: #DA89DD; }
a { background-color: rgb(218,137,221); }
div.DivClassName
{
background-color: #DA89DD;
}
.BgClassName
{
background-color: #DA89DD;
}
</style>
border-color css
<style>
span { border-color: #DA89DD; }
span { border-color: rgb(218,137,221); }
td.TdClassName
{
border-color: #DA89DD;
}
.TagClassName
{
border-color: #DA89DD;
}
</style>