Shades of Plum #DA8CE2
Tints of Plum #DA8CE2
RGB
CMYK
RGB Variations
Color information
#DA8CE2 (or 0xDA8CE2) is known color: Plum. HEX triplet: DA, 8C and E2. RGB value is (218,140,226). Sum of RGB (Red+Green+Blue) = 218+140+226=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #DA8CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CE2 is #25731D. Grayscale: #ACACAC. Windows color (decimal): -2454302 or 14847194. OLE color: 14847194.
HSL color Cylindrical-coordinate representation of color #DA8CE2: hue angle of 294.42º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8CE2 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 140 | 226 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.11 |
| HSL | 294.42º | 0.6% | 0.72% | - |
| HSV(B) | 294.42º | 0.38% | 0.89% | - |
| XYZ | 52.02 | 39.15 | 76.77 | - |
| YUV | 173.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 226 | 0.04 | 0.38 | 0 | 0.11 | 294.42 | 0.6 | 0.72 |
| Hex | DA | 8C | E2 | 4 | 26 | 0 | B | 126 | 3C | 48 |
| Octal | 332 | 214 | 342 | 4 | 46 | 0 | 13 | 446 | 74 | 110 |
| Binary | 11011010 | 10001100 | 11100010 | 100 | 100110 | 0 | 1011 | 100100110 | 111100 | 1001000 |
Color Harmonies of #DA8CE2
Complementary color
Monochromatic Colors of #DA8CE2
Black with #DA8CE2
Text Example
Text Example
White with #DA8CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CE2; }
p { color: rgb(218,140,226); }
H1.HeaderClassName
{
color: #DA8CE2;
}
.AnyTagClassName
{
color: #DA8CE2;
}
</style>
background-color css
<style>
a { background-color: #DA8CE2; }
a { background-color: rgb(218,140,226); }
div.DivClassName
{
background-color: #DA8CE2;
}
.BgClassName
{
background-color: #DA8CE2;
}
</style>
border-color css
<style>
span { border-color: #DA8CE2; }
span { border-color: rgb(218,140,226); }
td.TdClassName
{
border-color: #DA8CE2;
}
.TagClassName
{
border-color: #DA8CE2;
}
</style>