Shades of Plum #DA8CE6
Tints of Plum #DA8CE6
RGB
CMYK
RGB Variations
Color information
#DA8CE6 (or 0xDA8CE6) is known color: Plum. HEX triplet: DA, 8C and E6. RGB value is (218,140,230). Sum of RGB (Red+Green+Blue) = 218+140+230=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA8CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CE6 is #257319. Grayscale: #ADADAD. Windows color (decimal): -2454298 or 15109338. OLE color: 15109338.
HSL color Cylindrical-coordinate representation of color #DA8CE6: hue angle of 292º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8CE6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 140 | 230 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.10 |
| HSL | 292º | 0.64% | 0.73% | - |
| HSV(B) | 292º | 0.39% | 0.9% | - |
| XYZ | 52.57 | 39.37 | 79.69 | - |
| YUV | 173.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 230 | 0.05 | 0.39 | 0 | 0.10 | 292 | 0.64 | 0.73 |
| Hex | DA | 8C | E6 | 5 | 27 | 0 | A | 124 | 40 | 49 |
| Octal | 332 | 214 | 346 | 5 | 47 | 0 | 12 | 444 | 100 | 111 |
| Binary | 11011010 | 10001100 | 11100110 | 101 | 100111 | 0 | 1010 | 100100100 | 1000000 | 1001001 |
Color Harmonies of #DA8CE6
Complementary color
Monochromatic Colors of #DA8CE6
Black with #DA8CE6
Text Example
Text Example
White with #DA8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CE6; }
p { color: rgb(218,140,230); }
H1.HeaderClassName
{
color: #DA8CE6;
}
.AnyTagClassName
{
color: #DA8CE6;
}
</style>
background-color css
<style>
a { background-color: #DA8CE6; }
a { background-color: rgb(218,140,230); }
div.DivClassName
{
background-color: #DA8CE6;
}
.BgClassName
{
background-color: #DA8CE6;
}
</style>
border-color css
<style>
span { border-color: #DA8CE6; }
span { border-color: rgb(218,140,230); }
td.TdClassName
{
border-color: #DA8CE6;
}
.TagClassName
{
border-color: #DA8CE6;
}
</style>