Shades of Plum #DA9ADD
Tints of Plum #DA9ADD
RGB
CMYK
RGB Variations
Color information
#DA9ADD (or 0xDA9ADD) is known color: Plum. HEX triplet: DA, 9A and DD. RGB value is (218,154,221). Sum of RGB (Red+Green+Blue) = 218+154+221=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ADD is #256522. Grayscale: #B4B4B4. Windows color (decimal): -2450723 or 14523098. OLE color: 14523098.
HSL color Cylindrical-coordinate representation of color #DA9ADD: hue angle of 297.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9ADD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 154 | 221 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 297.31º | 0.5% | 0.74% | - |
| HSV(B) | 297.31º | 0.3% | 0.87% | - |
| XYZ | 53.52 | 43.24 | 73.93 | - |
| YUV | 180.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 221 | 0.01 | 0.30 | 0 | 0.13 | 297.31 | 0.5 | 0.74 |
| Hex | DA | 9A | DD | 1 | 1E | 0 | D | 129 | 32 | 4A |
| Octal | 332 | 232 | 335 | 1 | 36 | 0 | 15 | 451 | 62 | 112 |
| Binary | 11011010 | 10011010 | 11011101 | 1 | 11110 | 0 | 1101 | 100101001 | 110010 | 1001010 |
Color Harmonies of #DA9ADD
Complementary color
Monochromatic Colors of #DA9ADD
Black with #DA9ADD
Text Example
Text Example
White with #DA9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ADD; }
p { color: rgb(218,154,221); }
H1.HeaderClassName
{
color: #DA9ADD;
}
.AnyTagClassName
{
color: #DA9ADD;
}
</style>
background-color css
<style>
a { background-color: #DA9ADD; }
a { background-color: rgb(218,154,221); }
div.DivClassName
{
background-color: #DA9ADD;
}
.BgClassName
{
background-color: #DA9ADD;
}
</style>
border-color css
<style>
span { border-color: #DA9ADD; }
span { border-color: rgb(218,154,221); }
td.TdClassName
{
border-color: #DA9ADD;
}
.TagClassName
{
border-color: #DA9ADD;
}
</style>