Shades of Plum #DA8AD1
Tints of Plum #DA8AD1
RGB
CMYK
RGB Variations
Color information
#DA8AD1 (or 0xDA8AD1) is known color: Plum. HEX triplet: DA, 8A and D1. RGB value is (218,138,209). Sum of RGB (Red+Green+Blue) = 218+138+209=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AD1 is #25752E. Grayscale: #A9A9A9. Windows color (decimal): -2454831 or 13732570. OLE color: 13732570.
HSL color Cylindrical-coordinate representation of color #DA8AD1: hue angle of 306.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 #DA8AD1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 209 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.15 |
| HSL | 306.75º | 0.52% | 0.7% | - |
| HSV(B) | 306.75º | 0.37% | 0.85% | - |
| XYZ | 49.51 | 37.69 | 64.99 | - |
| YUV | 170.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 209 | 0 | 0.37 | 0.04 | 0.15 | 306.75 | 0.52 | 0.7 |
| Hex | DA | 8A | D1 | 0 | 25 | 4 | F | 133 | 34 | 46 |
| Octal | 332 | 212 | 321 | 0 | 45 | 4 | 17 | 463 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11010001 | 0 | 100101 | 100 | 1111 | 100110011 | 110100 | 1000110 |
Color Harmonies of #DA8AD1
Complementary color
Monochromatic Colors of #DA8AD1
Black with #DA8AD1
Text Example
Text Example
White with #DA8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AD1; }
p { color: rgb(218,138,209); }
H1.HeaderClassName
{
color: #DA8AD1;
}
.AnyTagClassName
{
color: #DA8AD1;
}
</style>
background-color css
<style>
a { background-color: #DA8AD1; }
a { background-color: rgb(218,138,209); }
div.DivClassName
{
background-color: #DA8AD1;
}
.BgClassName
{
background-color: #DA8AD1;
}
</style>
border-color css
<style>
span { border-color: #DA8AD1; }
span { border-color: rgb(218,138,209); }
td.TdClassName
{
border-color: #DA8AD1;
}
.TagClassName
{
border-color: #DA8AD1;
}
</style>