Shades of Plum #DA9ECE
Tints of Plum #DA9ECE
RGB
CMYK
RGB Variations
Color information
#DA9ECE (or 0xDA9ECE) is known color: Plum. HEX triplet: DA, 9E and CE. RGB value is (218,158,206). Sum of RGB (Red+Green+Blue) = 218+158+206=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECE is #256131. Grayscale: #B5B5B5. Windows color (decimal): -2449714 or 13541082. OLE color: 13541082.
HSL color Cylindrical-coordinate representation of color #DA9ECE: hue angle of 312º 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 #DA9ECE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 206 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 312º | 0.45% | 0.74% | - |
| HSV(B) | 312º | 0.28% | 0.85% | - |
| XYZ | 52.28 | 43.82 | 64.09 | - |
| YUV | 181.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 206 | 0 | 0.28 | 0.06 | 0.15 | 312 | 0.45 | 0.74 |
| Hex | DA | 9E | CE | 0 | 1C | 6 | F | 138 | 2D | 4A |
| Octal | 332 | 236 | 316 | 0 | 34 | 6 | 17 | 470 | 55 | 112 |
| Binary | 11011010 | 10011110 | 11001110 | 0 | 11100 | 110 | 1111 | 100111000 | 101101 | 1001010 |
Color Harmonies of #DA9ECE
Complementary color
Monochromatic Colors of #DA9ECE
Black with #DA9ECE
Text Example
Text Example
White with #DA9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ECE; }
p { color: rgb(218,158,206); }
H1.HeaderClassName
{
color: #DA9ECE;
}
.AnyTagClassName
{
color: #DA9ECE;
}
</style>
background-color css
<style>
a { background-color: #DA9ECE; }
a { background-color: rgb(218,158,206); }
div.DivClassName
{
background-color: #DA9ECE;
}
.BgClassName
{
background-color: #DA9ECE;
}
</style>
border-color css
<style>
span { border-color: #DA9ECE; }
span { border-color: rgb(218,158,206); }
td.TdClassName
{
border-color: #DA9ECE;
}
.TagClassName
{
border-color: #DA9ECE;
}
</style>