Shades of Plum #DA8BE6
Tints of Plum #DA8BE6
RGB
CMYK
RGB Variations
Color information
#DA8BE6 (or 0xDA8BE6) is known color: Plum. HEX triplet: DA, 8B and E6. RGB value is (218,139,230). Sum of RGB (Red+Green+Blue) = 218+139+230=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA8BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BE6 is #257419. Grayscale: #ACACAC. Windows color (decimal): -2454554 or 15109082. OLE color: 15109082.
HSL color Cylindrical-coordinate representation of color #DA8BE6: hue angle of 292.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8BE6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 139 | 230 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.10 |
| HSL | 292.09º | 0.65% | 0.72% | - |
| HSV(B) | 292.09º | 0.4% | 0.9% | - |
| XYZ | 52.43 | 39.08 | 79.64 | - |
| YUV | 173 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 230 | 0.05 | 0.40 | 0 | 0.10 | 292.09 | 0.65 | 0.72 |
| Hex | DA | 8B | E6 | 5 | 28 | 0 | A | 124 | 41 | 48 |
| Octal | 332 | 213 | 346 | 5 | 50 | 0 | 12 | 444 | 101 | 110 |
| Binary | 11011010 | 10001011 | 11100110 | 101 | 101000 | 0 | 1010 | 100100100 | 1000001 | 1001000 |
Color Harmonies of #DA8BE6
Complementary color
Monochromatic Colors of #DA8BE6
Black with #DA8BE6
Text Example
Text Example
White with #DA8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BE6; }
p { color: rgb(218,139,230); }
H1.HeaderClassName
{
color: #DA8BE6;
}
.AnyTagClassName
{
color: #DA8BE6;
}
</style>
background-color css
<style>
a { background-color: #DA8BE6; }
a { background-color: rgb(218,139,230); }
div.DivClassName
{
background-color: #DA8BE6;
}
.BgClassName
{
background-color: #DA8BE6;
}
</style>
border-color css
<style>
span { border-color: #DA8BE6; }
span { border-color: rgb(218,139,230); }
td.TdClassName
{
border-color: #DA8BE6;
}
.TagClassName
{
border-color: #DA8BE6;
}
</style>