Shades of Plum #DA9ECF
Tints of Plum #DA9ECF
RGB
CMYK
RGB Variations
Color information
#DA9ECF (or 0xDA9ECF) is known color: Plum. HEX triplet: DA, 9E and CF. RGB value is (218,158,207). Sum of RGB (Red+Green+Blue) = 218+158+207=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECF is #256130. Grayscale: #B5B5B5. Windows color (decimal): -2449713 or 13606618. OLE color: 13606618.
HSL color Cylindrical-coordinate representation of color #DA9ECF: hue angle of 311º 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 #DA9ECF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 207 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.15 |
| HSL | 311º | 0.45% | 0.74% | - |
| HSV(B) | 311º | 0.28% | 0.85% | - |
| XYZ | 52.4 | 43.86 | 64.74 | - |
| YUV | 181.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 207 | 0 | 0.28 | 0.05 | 0.15 | 311 | 0.45 | 0.74 |
| Hex | DA | 9E | CF | 0 | 1C | 5 | F | 137 | 2D | 4A |
| Octal | 332 | 236 | 317 | 0 | 34 | 5 | 17 | 467 | 55 | 112 |
| Binary | 11011010 | 10011110 | 11001111 | 0 | 11100 | 101 | 1111 | 100110111 | 101101 | 1001010 |
Color Harmonies of #DA9ECF
Complementary color
Monochromatic Colors of #DA9ECF
Black with #DA9ECF
Text Example
Text Example
White with #DA9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ECF; }
p { color: rgb(218,158,207); }
H1.HeaderClassName
{
color: #DA9ECF;
}
.AnyTagClassName
{
color: #DA9ECF;
}
</style>
background-color css
<style>
a { background-color: #DA9ECF; }
a { background-color: rgb(218,158,207); }
div.DivClassName
{
background-color: #DA9ECF;
}
.BgClassName
{
background-color: #DA9ECF;
}
</style>
border-color css
<style>
span { border-color: #DA9ECF; }
span { border-color: rgb(218,158,207); }
td.TdClassName
{
border-color: #DA9ECF;
}
.TagClassName
{
border-color: #DA9ECF;
}
</style>