Shades of Plum #DA8DCD
Tints of Plum #DA8DCD
RGB
CMYK
RGB Variations
Color information
#DA8DCD (or 0xDA8DCD) is known color: Plum. HEX triplet: DA, 8D and CD. RGB value is (218,141,205). Sum of RGB (Red+Green+Blue) = 218+141+205=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DCD is #257232. Grayscale: #ABABAB. Windows color (decimal): -2454067 or 13471194. OLE color: 13471194.
HSL color Cylindrical-coordinate representation of color #DA8DCD: hue angle of 310.13º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8DCD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 205 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.15 |
| HSL | 310.13º | 0.51% | 0.7% | - |
| HSV(B) | 310.13º | 0.35% | 0.85% | - |
| XYZ | 49.46 | 38.36 | 62.56 | - |
| YUV | 171.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 205 | 0 | 0.35 | 0.06 | 0.15 | 310.13 | 0.51 | 0.7 |
| Hex | DA | 8D | CD | 0 | 23 | 6 | F | 136 | 33 | 46 |
| Octal | 332 | 215 | 315 | 0 | 43 | 6 | 17 | 466 | 63 | 106 |
| Binary | 11011010 | 10001101 | 11001101 | 0 | 100011 | 110 | 1111 | 100110110 | 110011 | 1000110 |
Color Harmonies of #DA8DCD
Complementary color
Monochromatic Colors of #DA8DCD
Black with #DA8DCD
Text Example
Text Example
White with #DA8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8DCD; }
p { color: rgb(218,141,205); }
H1.HeaderClassName
{
color: #DA8DCD;
}
.AnyTagClassName
{
color: #DA8DCD;
}
</style>
background-color css
<style>
a { background-color: #DA8DCD; }
a { background-color: rgb(218,141,205); }
div.DivClassName
{
background-color: #DA8DCD;
}
.BgClassName
{
background-color: #DA8DCD;
}
</style>
border-color css
<style>
span { border-color: #DA8DCD; }
span { border-color: rgb(218,141,205); }
td.TdClassName
{
border-color: #DA8DCD;
}
.TagClassName
{
border-color: #DA8DCD;
}
</style>