Shades of Plum #DA9DCD
Tints of Plum #DA9DCD
RGB
CMYK
RGB Variations
Color information
#DA9DCD (or 0xDA9DCD) is known color: Plum. HEX triplet: DA, 9D and CD. RGB value is (218,157,205). Sum of RGB (Red+Green+Blue) = 218+157+205=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DCD is #256232. Grayscale: #B4B4B4. Windows color (decimal): -2449971 or 13475290. OLE color: 13475290.
HSL color Cylindrical-coordinate representation of color #DA9DCD: hue angle of 312.79º 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 #DA9DCD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 205 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 312.79º | 0.45% | 0.74% | - |
| HSV(B) | 312.79º | 0.28% | 0.85% | - |
| XYZ | 51.99 | 43.43 | 63.4 | - |
| YUV | 180.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 205 | 0 | 0.28 | 0.06 | 0.15 | 312.79 | 0.45 | 0.74 |
| Hex | DA | 9D | CD | 0 | 1C | 6 | F | 139 | 2D | 4A |
| Octal | 332 | 235 | 315 | 0 | 34 | 6 | 17 | 471 | 55 | 112 |
| Binary | 11011010 | 10011101 | 11001101 | 0 | 11100 | 110 | 1111 | 100111001 | 101101 | 1001010 |
Color Harmonies of #DA9DCD
Complementary color
Monochromatic Colors of #DA9DCD
Black with #DA9DCD
Text Example
Text Example
White with #DA9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DCD; }
p { color: rgb(218,157,205); }
H1.HeaderClassName
{
color: #DA9DCD;
}
.AnyTagClassName
{
color: #DA9DCD;
}
</style>
background-color css
<style>
a { background-color: #DA9DCD; }
a { background-color: rgb(218,157,205); }
div.DivClassName
{
background-color: #DA9DCD;
}
.BgClassName
{
background-color: #DA9DCD;
}
</style>
border-color css
<style>
span { border-color: #DA9DCD; }
span { border-color: rgb(218,157,205); }
td.TdClassName
{
border-color: #DA9DCD;
}
.TagClassName
{
border-color: #DA9DCD;
}
</style>