Shades of Plum #DA9FDD
Tints of Plum #DA9FDD
RGB
CMYK
RGB Variations
Color information
#DA9FDD (or 0xDA9FDD) is known color: Plum. HEX triplet: DA, 9F and DD. RGB value is (218,159,221). Sum of RGB (Red+Green+Blue) = 218+159+221=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDD is #256022. Grayscale: #B7B7B7. Windows color (decimal): -2449443 or 14524378. OLE color: 14524378.
HSL color Cylindrical-coordinate representation of color #DA9FDD: hue angle of 297.1º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9FDD is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 159 | 221 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.13 |
| HSL | 297.1º | 0.48% | 0.75% | - |
| HSV(B) | 297.1º | 0.28% | 0.87% | - |
| XYZ | 54.36 | 44.92 | 74.21 | - |
| YUV | 183.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 221 | 0.01 | 0.28 | 0 | 0.13 | 297.1 | 0.48 | 0.75 |
| Hex | DA | 9F | DD | 1 | 1C | 0 | D | 129 | 30 | 4B |
| Octal | 332 | 237 | 335 | 1 | 34 | 0 | 15 | 451 | 60 | 113 |
| Binary | 11011010 | 10011111 | 11011101 | 1 | 11100 | 0 | 1101 | 100101001 | 110000 | 1001011 |
Color Harmonies of #DA9FDD
Complementary color
Monochromatic Colors of #DA9FDD
Black with #DA9FDD
Text Example
Text Example
White with #DA9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FDD; }
p { color: rgb(218,159,221); }
H1.HeaderClassName
{
color: #DA9FDD;
}
.AnyTagClassName
{
color: #DA9FDD;
}
</style>
background-color css
<style>
a { background-color: #DA9FDD; }
a { background-color: rgb(218,159,221); }
div.DivClassName
{
background-color: #DA9FDD;
}
.BgClassName
{
background-color: #DA9FDD;
}
</style>
border-color css
<style>
span { border-color: #DA9FDD; }
span { border-color: rgb(218,159,221); }
td.TdClassName
{
border-color: #DA9FDD;
}
.TagClassName
{
border-color: #DA9FDD;
}
</style>