Shades of Plum #DA8BDE
Tints of Plum #DA8BDE
RGB
CMYK
RGB Variations
Color information
#DA8BDE (or 0xDA8BDE) is known color: Plum. HEX triplet: DA, 8B and DE. RGB value is (218,139,222). Sum of RGB (Red+Green+Blue) = 218+139+222=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BDE is #257421. Grayscale: #ABABAB. Windows color (decimal): -2454562 or 14584794. OLE color: 14584794.
HSL color Cylindrical-coordinate representation of color #DA8BDE: hue angle of 297.11º degrees, saturation: 0.56, 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 #DA8BDE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 139 | 222 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.13 |
| HSL | 297.11º | 0.56% | 0.71% | - |
| HSV(B) | 297.11º | 0.37% | 0.87% | - |
| XYZ | 51.33 | 38.64 | 73.86 | - |
| YUV | 172.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 222 | 0.02 | 0.37 | 0 | 0.13 | 297.11 | 0.56 | 0.71 |
| Hex | DA | 8B | DE | 2 | 25 | 0 | D | 129 | 38 | 47 |
| Octal | 332 | 213 | 336 | 2 | 45 | 0 | 15 | 451 | 70 | 107 |
| Binary | 11011010 | 10001011 | 11011110 | 10 | 100101 | 0 | 1101 | 100101001 | 111000 | 1000111 |
Color Harmonies of #DA8BDE
Complementary color
Monochromatic Colors of #DA8BDE
Black with #DA8BDE
Text Example
Text Example
White with #DA8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BDE; }
p { color: rgb(218,139,222); }
H1.HeaderClassName
{
color: #DA8BDE;
}
.AnyTagClassName
{
color: #DA8BDE;
}
</style>
background-color css
<style>
a { background-color: #DA8BDE; }
a { background-color: rgb(218,139,222); }
div.DivClassName
{
background-color: #DA8BDE;
}
.BgClassName
{
background-color: #DA8BDE;
}
</style>
border-color css
<style>
span { border-color: #DA8BDE; }
span { border-color: rgb(218,139,222); }
td.TdClassName
{
border-color: #DA8BDE;
}
.TagClassName
{
border-color: #DA8BDE;
}
</style>