Shades of Plum #DA8BDD
Tints of Plum #DA8BDD
RGB
CMYK
RGB Variations
Color information
#DA8BDD (or 0xDA8BDD) is known color: Plum. HEX triplet: DA, 8B and DD. RGB value is (218,139,221). Sum of RGB (Red+Green+Blue) = 218+139+221=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BDD is #257422. Grayscale: #ABABAB. Windows color (decimal): -2454563 or 14519258. OLE color: 14519258.
HSL color Cylindrical-coordinate representation of color #DA8BDD: hue angle of 297.8º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8BDD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 139 | 221 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.13 |
| HSL | 297.8º | 0.55% | 0.71% | - |
| HSV(B) | 297.8º | 0.37% | 0.87% | - |
| XYZ | 51.2 | 38.59 | 73.16 | - |
| YUV | 171.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 221 | 0.01 | 0.37 | 0 | 0.13 | 297.8 | 0.55 | 0.71 |
| Hex | DA | 8B | DD | 1 | 25 | 0 | D | 12A | 37 | 47 |
| Octal | 332 | 213 | 335 | 1 | 45 | 0 | 15 | 452 | 67 | 107 |
| Binary | 11011010 | 10001011 | 11011101 | 1 | 100101 | 0 | 1101 | 100101010 | 110111 | 1000111 |
Color Harmonies of #DA8BDD
Complementary color
Monochromatic Colors of #DA8BDD
Black with #DA8BDD
Text Example
Text Example
White with #DA8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BDD; }
p { color: rgb(218,139,221); }
H1.HeaderClassName
{
color: #DA8BDD;
}
.AnyTagClassName
{
color: #DA8BDD;
}
</style>
background-color css
<style>
a { background-color: #DA8BDD; }
a { background-color: rgb(218,139,221); }
div.DivClassName
{
background-color: #DA8BDD;
}
.BgClassName
{
background-color: #DA8BDD;
}
</style>
border-color css
<style>
span { border-color: #DA8BDD; }
span { border-color: rgb(218,139,221); }
td.TdClassName
{
border-color: #DA8BDD;
}
.TagClassName
{
border-color: #DA8BDD;
}
</style>