Shades of Plum #DA8ADD
Tints of Plum #DA8ADD
RGB
CMYK
RGB Variations
Color information
#DA8ADD (or 0xDA8ADD) is known color: Plum. HEX triplet: DA, 8A and DD. RGB value is (218,138,221). Sum of RGB (Red+Green+Blue) = 218+138+221=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ADD is #257522. Grayscale: #ABABAB. Windows color (decimal): -2454819 or 14519002. OLE color: 14519002.
HSL color Cylindrical-coordinate representation of color #DA8ADD: hue angle of 297.83º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8ADD is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 138 | 221 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 297.83º | 0.55% | 0.7% | - |
| HSV(B) | 297.83º | 0.38% | 0.87% | - |
| XYZ | 51.05 | 38.3 | 73.11 | - |
| YUV | 171.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 221 | 0.01 | 0.38 | 0 | 0.13 | 297.83 | 0.55 | 0.7 |
| Hex | DA | 8A | DD | 1 | 26 | 0 | D | 12A | 37 | 46 |
| Octal | 332 | 212 | 335 | 1 | 46 | 0 | 15 | 452 | 67 | 106 |
| Binary | 11011010 | 10001010 | 11011101 | 1 | 100110 | 0 | 1101 | 100101010 | 110111 | 1000110 |
Color Harmonies of #DA8ADD
Complementary color
Monochromatic Colors of #DA8ADD
Black with #DA8ADD
Text Example
Text Example
White with #DA8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ADD; }
p { color: rgb(218,138,221); }
H1.HeaderClassName
{
color: #DA8ADD;
}
.AnyTagClassName
{
color: #DA8ADD;
}
</style>
background-color css
<style>
a { background-color: #DA8ADD; }
a { background-color: rgb(218,138,221); }
div.DivClassName
{
background-color: #DA8ADD;
}
.BgClassName
{
background-color: #DA8ADD;
}
</style>
border-color css
<style>
span { border-color: #DA8ADD; }
span { border-color: rgb(218,138,221); }
td.TdClassName
{
border-color: #DA8ADD;
}
.TagClassName
{
border-color: #DA8ADD;
}
</style>