Shades of Plum #DA9EDA
Tints of Plum #DA9EDA
RGB
CMYK
RGB Variations
Color information
#DA9EDA (or 0xDA9EDA) is known color: Plum. HEX triplet: DA, 9E and DA. RGB value is (218,158,218). Sum of RGB (Red+Green+Blue) = 218+158+218=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDA is #256125. Grayscale: #B6B6B6. Windows color (decimal): -2449702 or 14327514. OLE color: 14327514.
HSL color Cylindrical-coordinate representation of color #DA9EDA: hue angle of 300º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9EDA is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 158 | 218 | - |
CMYK | 0 | 0.28 | 0 | 0.15 |
HSL | 300º | 0.45% | 0.74% | - |
HSV(B) | 300º | 0.28% | 0.85% | - |
XYZ | 53.8 | 44.42 | 72.07 | - |
YUV | 182.78 | 147.88 | 153.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 158 | 218 | 0 | 0.28 | 0 | 0.15 | 300 | 0.45 | 0.74 |
Hex | DA | 9E | DA | 0 | 1C | 0 | F | 12C | 2D | 4A |
Octal | 332 | 236 | 332 | 0 | 34 | 0 | 17 | 454 | 55 | 112 |
Binary | 11011010 | 10011110 | 11011010 | 0 | 11100 | 0 | 1111 | 100101100 | 101101 | 1001010 |
Color Harmonies of #DA9EDA
Complementary color
Monochromatic Colors of #DA9EDA
Black with #DA9EDA
Text Example
Text Example
White with #DA9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EDA; }
p { color: rgb(218,158,218); }
H1.HeaderClassName
{
color: #DA9EDA;
}
.AnyTagClassName
{
color: #DA9EDA;
}
</style>
background-color css
<style>
a { background-color: #DA9EDA; }
a { background-color: rgb(218,158,218); }
div.DivClassName
{
background-color: #DA9EDA;
}
.BgClassName
{
background-color: #DA9EDA;
}
</style>
border-color css
<style>
span { border-color: #DA9EDA; }
span { border-color: rgb(218,158,218); }
td.TdClassName
{
border-color: #DA9EDA;
}
.TagClassName
{
border-color: #DA9EDA;
}
</style>