Shades of Plum #DA9BD3
Tints of Plum #DA9BD3
RGB
CMYK
RGB Variations
Color information
#DA9BD3 (or 0xDA9BD3) is known color: Plum. HEX triplet: DA, 9B and D3. RGB value is (218,155,211). Sum of RGB (Red+Green+Blue) = 218+155+211=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BD3 is #25642C. Grayscale: #B4B4B4. Windows color (decimal): -2450477 or 13867994. OLE color: 13867994.
HSL color Cylindrical-coordinate representation of color #DA9BD3: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BD3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 211 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.15 |
| HSL | 306.67º | 0.46% | 0.73% | - |
| HSV(B) | 306.67º | 0.29% | 0.85% | - |
| XYZ | 52.39 | 43.05 | 67.18 | - |
| YUV | 180.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 211 | 0 | 0.29 | 0.03 | 0.15 | 306.67 | 0.46 | 0.73 |
| Hex | DA | 9B | D3 | 0 | 1D | 3 | F | 133 | 2E | 49 |
| Octal | 332 | 233 | 323 | 0 | 35 | 3 | 17 | 463 | 56 | 111 |
| Binary | 11011010 | 10011011 | 11010011 | 0 | 11101 | 11 | 1111 | 100110011 | 101110 | 1001001 |
Color Harmonies of #DA9BD3
Complementary color
Monochromatic Colors of #DA9BD3
Black with #DA9BD3
Text Example
Text Example
White with #DA9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BD3; }
p { color: rgb(218,155,211); }
H1.HeaderClassName
{
color: #DA9BD3;
}
.AnyTagClassName
{
color: #DA9BD3;
}
</style>
background-color css
<style>
a { background-color: #DA9BD3; }
a { background-color: rgb(218,155,211); }
div.DivClassName
{
background-color: #DA9BD3;
}
.BgClassName
{
background-color: #DA9BD3;
}
</style>
border-color css
<style>
span { border-color: #DA9BD3; }
span { border-color: rgb(218,155,211); }
td.TdClassName
{
border-color: #DA9BD3;
}
.TagClassName
{
border-color: #DA9BD3;
}
</style>