Shades of Plum #DA8CDA
Tints of Plum #DA8CDA
RGB
CMYK
RGB Variations
Color information
#DA8CDA (or 0xDA8CDA) is known color: Plum. HEX triplet: DA, 8C and DA. RGB value is (218,140,218). Sum of RGB (Red+Green+Blue) = 218+140+218=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDA is #257325. Grayscale: #ABABAB. Windows color (decimal): -2454310 or 14322906. OLE color: 14322906.
HSL color Cylindrical-coordinate representation of color #DA8CDA: hue angle of 300º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CDA is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 218 | - |
| CMYK | 0 | 0.36 | 0 | 0.15 |
| HSL | 300º | 0.51% | 0.7% | - |
| HSV(B) | 300º | 0.36% | 0.85% | - |
| XYZ | 50.95 | 38.72 | 71.12 | - |
| YUV | 172.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 218 | 0 | 0.36 | 0 | 0.15 | 300 | 0.51 | 0.7 |
| Hex | DA | 8C | DA | 0 | 24 | 0 | F | 12C | 33 | 46 |
| Octal | 332 | 214 | 332 | 0 | 44 | 0 | 17 | 454 | 63 | 106 |
| Binary | 11011010 | 10001100 | 11011010 | 0 | 100100 | 0 | 1111 | 100101100 | 110011 | 1000110 |
Color Harmonies of #DA8CDA
Complementary color
Monochromatic Colors of #DA8CDA
Black with #DA8CDA
Text Example
Text Example
White with #DA8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CDA; }
p { color: rgb(218,140,218); }
H1.HeaderClassName
{
color: #DA8CDA;
}
.AnyTagClassName
{
color: #DA8CDA;
}
</style>
background-color css
<style>
a { background-color: #DA8CDA; }
a { background-color: rgb(218,140,218); }
div.DivClassName
{
background-color: #DA8CDA;
}
.BgClassName
{
background-color: #DA8CDA;
}
</style>
border-color css
<style>
span { border-color: #DA8CDA; }
span { border-color: rgb(218,140,218); }
td.TdClassName
{
border-color: #DA8CDA;
}
.TagClassName
{
border-color: #DA8CDA;
}
</style>