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