Shades of Plum #DA8BE0
Tints of Plum #DA8BE0
RGB
CMYK
RGB Variations
Color information
#DA8BE0 (or 0xDA8BE0) is known color: Plum. HEX triplet: DA, 8B and E0. RGB value is (218,139,224). Sum of RGB (Red+Green+Blue) = 218+139+224=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BE0 is #25741F. Grayscale: #ACACAC. Windows color (decimal): -2454560 or 14715866. OLE color: 14715866.
HSL color Cylindrical-coordinate representation of color #DA8BE0: hue angle of 295.76º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8BE0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 139 | 224 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.12 |
| HSL | 295.76º | 0.58% | 0.71% | - |
| HSV(B) | 295.76º | 0.38% | 0.88% | - |
| XYZ | 51.6 | 38.75 | 75.28 | - |
| YUV | 172.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 224 | 0.03 | 0.38 | 0 | 0.12 | 295.76 | 0.58 | 0.71 |
| Hex | DA | 8B | E0 | 3 | 26 | 0 | C | 128 | 3A | 47 |
| Octal | 332 | 213 | 340 | 3 | 46 | 0 | 14 | 450 | 72 | 107 |
| Binary | 11011010 | 10001011 | 11100000 | 11 | 100110 | 0 | 1100 | 100101000 | 111010 | 1000111 |
Color Harmonies of #DA8BE0
Complementary color
Monochromatic Colors of #DA8BE0
Black with #DA8BE0
Text Example
Text Example
White with #DA8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BE0; }
p { color: rgb(218,139,224); }
H1.HeaderClassName
{
color: #DA8BE0;
}
.AnyTagClassName
{
color: #DA8BE0;
}
</style>
background-color css
<style>
a { background-color: #DA8BE0; }
a { background-color: rgb(218,139,224); }
div.DivClassName
{
background-color: #DA8BE0;
}
.BgClassName
{
background-color: #DA8BE0;
}
</style>
border-color css
<style>
span { border-color: #DA8BE0; }
span { border-color: rgb(218,139,224); }
td.TdClassName
{
border-color: #DA8BE0;
}
.TagClassName
{
border-color: #DA8BE0;
}
</style>