Shades of Plum #DA8AD5
Tints of Plum #DA8AD5
RGB
CMYK
RGB Variations
Color information
#DA8AD5 (or 0xDA8AD5) is known color: Plum. HEX triplet: DA, 8A and D5. RGB value is (218,138,213). Sum of RGB (Red+Green+Blue) = 218+138+213=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AD5 is #25752A. Grayscale: #AAAAAA. Windows color (decimal): -2454827 or 13994714. OLE color: 13994714.
HSL color Cylindrical-coordinate representation of color #DA8AD5: hue angle of 303.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AD5 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 213 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.15 |
| HSL | 303.75º | 0.52% | 0.7% | - |
| HSV(B) | 303.75º | 0.37% | 0.85% | - |
| XYZ | 50.01 | 37.89 | 67.63 | - |
| YUV | 170.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 213 | 0 | 0.37 | 0.02 | 0.15 | 303.75 | 0.52 | 0.7 |
| Hex | DA | 8A | D5 | 0 | 25 | 2 | F | 130 | 34 | 46 |
| Octal | 332 | 212 | 325 | 0 | 45 | 2 | 17 | 460 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11010101 | 0 | 100101 | 10 | 1111 | 100110000 | 110100 | 1000110 |
Color Harmonies of #DA8AD5
Complementary color
Monochromatic Colors of #DA8AD5
Black with #DA8AD5
Text Example
Text Example
White with #DA8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AD5; }
p { color: rgb(218,138,213); }
H1.HeaderClassName
{
color: #DA8AD5;
}
.AnyTagClassName
{
color: #DA8AD5;
}
</style>
background-color css
<style>
a { background-color: #DA8AD5; }
a { background-color: rgb(218,138,213); }
div.DivClassName
{
background-color: #DA8AD5;
}
.BgClassName
{
background-color: #DA8AD5;
}
</style>
border-color css
<style>
span { border-color: #DA8AD5; }
span { border-color: rgb(218,138,213); }
td.TdClassName
{
border-color: #DA8AD5;
}
.TagClassName
{
border-color: #DA8AD5;
}
</style>