Shades of Plum #DA8FDD
Tints of Plum #DA8FDD
RGB
CMYK
RGB Variations
Color information
#DA8FDD (or 0xDA8FDD) is known color: Plum. HEX triplet: DA, 8F and DD. RGB value is (218,143,221). Sum of RGB (Red+Green+Blue) = 218+143+221=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDD is #257022. Grayscale: #AEAEAE. Windows color (decimal): -2453539 or 14520282. OLE color: 14520282.
HSL color Cylindrical-coordinate representation of color #DA8FDD: hue angle of 297.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8FDD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 143 | 221 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.13 |
| HSL | 297.69º | 0.53% | 0.71% | - |
| HSV(B) | 297.69º | 0.35% | 0.87% | - |
| XYZ | 51.79 | 39.77 | 73.35 | - |
| YUV | 174.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 221 | 0.01 | 0.35 | 0 | 0.13 | 297.69 | 0.53 | 0.71 |
| Hex | DA | 8F | DD | 1 | 23 | 0 | D | 12A | 35 | 47 |
| Octal | 332 | 217 | 335 | 1 | 43 | 0 | 15 | 452 | 65 | 107 |
| Binary | 11011010 | 10001111 | 11011101 | 1 | 100011 | 0 | 1101 | 100101010 | 110101 | 1000111 |
Color Harmonies of #DA8FDD
Complementary color
Monochromatic Colors of #DA8FDD
Black with #DA8FDD
Text Example
Text Example
White with #DA8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FDD; }
p { color: rgb(218,143,221); }
H1.HeaderClassName
{
color: #DA8FDD;
}
.AnyTagClassName
{
color: #DA8FDD;
}
</style>
background-color css
<style>
a { background-color: #DA8FDD; }
a { background-color: rgb(218,143,221); }
div.DivClassName
{
background-color: #DA8FDD;
}
.BgClassName
{
background-color: #DA8FDD;
}
</style>
border-color css
<style>
span { border-color: #DA8FDD; }
span { border-color: rgb(218,143,221); }
td.TdClassName
{
border-color: #DA8FDD;
}
.TagClassName
{
border-color: #DA8FDD;
}
</style>