Shades of Plum #DA9BE5
Tints of Plum #DA9BE5
RGB
CMYK
RGB Variations
Color information
#DA9BE5 (or 0xDA9BE5) is known color: Plum. HEX triplet: DA, 9B and E5. RGB value is (218,155,229). Sum of RGB (Red+Green+Blue) = 218+155+229=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BE5 is #25641A. Grayscale: #B6B6B6. Windows color (decimal): -2450459 or 15047642. OLE color: 15047642.
HSL color Cylindrical-coordinate representation of color #DA9BE5: hue angle of 291.08º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9BE5 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 155 | 229 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.10 |
| HSL | 291.08º | 0.59% | 0.75% | - |
| HSV(B) | 291.08º | 0.32% | 0.9% | - |
| XYZ | 54.78 | 44.01 | 79.74 | - |
| YUV | 182.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 229 | 0.05 | 0.32 | 0 | 0.10 | 291.08 | 0.59 | 0.75 |
| Hex | DA | 9B | E5 | 5 | 20 | 0 | A | 123 | 3B | 4B |
| Octal | 332 | 233 | 345 | 5 | 40 | 0 | 12 | 443 | 73 | 113 |
| Binary | 11011010 | 10011011 | 11100101 | 101 | 100000 | 0 | 1010 | 100100011 | 111011 | 1001011 |
Color Harmonies of #DA9BE5
Complementary color
Monochromatic Colors of #DA9BE5
Black with #DA9BE5
Text Example
Text Example
White with #DA9BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BE5; }
p { color: rgb(218,155,229); }
H1.HeaderClassName
{
color: #DA9BE5;
}
.AnyTagClassName
{
color: #DA9BE5;
}
</style>
background-color css
<style>
a { background-color: #DA9BE5; }
a { background-color: rgb(218,155,229); }
div.DivClassName
{
background-color: #DA9BE5;
}
.BgClassName
{
background-color: #DA9BE5;
}
</style>
border-color css
<style>
span { border-color: #DA9BE5; }
span { border-color: rgb(218,155,229); }
td.TdClassName
{
border-color: #DA9BE5;
}
.TagClassName
{
border-color: #DA9BE5;
}
</style>