Shades of Plum #DA9FCD
Tints of Plum #DA9FCD
RGB
CMYK
RGB Variations
Color information
#DA9FCD (or 0xDA9FCD) is known color: Plum. HEX triplet: DA, 9F and CD. RGB value is (218,159,205). Sum of RGB (Red+Green+Blue) = 218+159+205=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FCD is #256032. Grayscale: #B5B5B5. Windows color (decimal): -2449459 or 13475802. OLE color: 13475802.
HSL color Cylindrical-coordinate representation of color #DA9FCD: hue angle of 313.22º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FCD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 159 | 205 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.15 |
| HSL | 313.22º | 0.44% | 0.74% | - |
| HSV(B) | 313.22º | 0.27% | 0.85% | - |
| XYZ | 52.33 | 44.11 | 63.51 | - |
| YUV | 181.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 205 | 0 | 0.27 | 0.06 | 0.15 | 313.22 | 0.44 | 0.74 |
| Hex | DA | 9F | CD | 0 | 1B | 6 | F | 139 | 2C | 4A |
| Octal | 332 | 237 | 315 | 0 | 33 | 6 | 17 | 471 | 54 | 112 |
| Binary | 11011010 | 10011111 | 11001101 | 0 | 11011 | 110 | 1111 | 100111001 | 101100 | 1001010 |
Color Harmonies of #DA9FCD
Complementary color
Monochromatic Colors of #DA9FCD
Black with #DA9FCD
Text Example
Text Example
White with #DA9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FCD; }
p { color: rgb(218,159,205); }
H1.HeaderClassName
{
color: #DA9FCD;
}
.AnyTagClassName
{
color: #DA9FCD;
}
</style>
background-color css
<style>
a { background-color: #DA9FCD; }
a { background-color: rgb(218,159,205); }
div.DivClassName
{
background-color: #DA9FCD;
}
.BgClassName
{
background-color: #DA9FCD;
}
</style>
border-color css
<style>
span { border-color: #DA9FCD; }
span { border-color: rgb(218,159,205); }
td.TdClassName
{
border-color: #DA9FCD;
}
.TagClassName
{
border-color: #DA9FCD;
}
</style>