Shades of Plum #DA9ED1
Tints of Plum #DA9ED1
RGB
CMYK
RGB Variations
Color information
#DA9ED1 (or 0xDA9ED1) is known color: Plum. HEX triplet: DA, 9E and D1. RGB value is (218,158,209). Sum of RGB (Red+Green+Blue) = 218+158+209=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED1 is #25612E. Grayscale: #B5B5B5. Windows color (decimal): -2449711 or 13737690. OLE color: 13737690.
HSL color Cylindrical-coordinate representation of color #DA9ED1: hue angle of 309º 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 #DA9ED1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 209 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.15 |
| HSL | 309º | 0.45% | 0.74% | - |
| HSV(B) | 309º | 0.28% | 0.85% | - |
| XYZ | 52.65 | 43.96 | 66.03 | - |
| YUV | 181.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 209 | 0 | 0.28 | 0.04 | 0.15 | 309 | 0.45 | 0.74 |
| Hex | DA | 9E | D1 | 0 | 1C | 4 | F | 135 | 2D | 4A |
| Octal | 332 | 236 | 321 | 0 | 34 | 4 | 17 | 465 | 55 | 112 |
| Binary | 11011010 | 10011110 | 11010001 | 0 | 11100 | 100 | 1111 | 100110101 | 101101 | 1001010 |
Color Harmonies of #DA9ED1
Complementary color
Monochromatic Colors of #DA9ED1
Black with #DA9ED1
Text Example
Text Example
White with #DA9ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ED1; }
p { color: rgb(218,158,209); }
H1.HeaderClassName
{
color: #DA9ED1;
}
.AnyTagClassName
{
color: #DA9ED1;
}
</style>
background-color css
<style>
a { background-color: #DA9ED1; }
a { background-color: rgb(218,158,209); }
div.DivClassName
{
background-color: #DA9ED1;
}
.BgClassName
{
background-color: #DA9ED1;
}
</style>
border-color css
<style>
span { border-color: #DA9ED1; }
span { border-color: rgb(218,158,209); }
td.TdClassName
{
border-color: #DA9ED1;
}
.TagClassName
{
border-color: #DA9ED1;
}
</style>