Shades of Plum #DA8FE6
Tints of Plum #DA8FE6
RGB
CMYK
RGB Variations
Color information
#DA8FE6 (or 0xDA8FE6) is known color: Plum. HEX triplet: DA, 8F and E6. RGB value is (218,143,230). Sum of RGB (Red+Green+Blue) = 218+143+230=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA8FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FE6 is #257019. Grayscale: #AFAFAF. Windows color (decimal): -2453530 or 15110106. OLE color: 15110106.
HSL color Cylindrical-coordinate representation of color #DA8FE6: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8FE6 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 143 | 230 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.10 |
| HSL | 291.72º | 0.64% | 0.73% | - |
| HSV(B) | 291.72º | 0.38% | 0.9% | - |
| XYZ | 53.02 | 40.26 | 79.84 | - |
| YUV | 175.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 230 | 0.05 | 0.38 | 0 | 0.10 | 291.72 | 0.64 | 0.73 |
| Hex | DA | 8F | E6 | 5 | 26 | 0 | A | 124 | 40 | 49 |
| Octal | 332 | 217 | 346 | 5 | 46 | 0 | 12 | 444 | 100 | 111 |
| Binary | 11011010 | 10001111 | 11100110 | 101 | 100110 | 0 | 1010 | 100100100 | 1000000 | 1001001 |
Color Harmonies of #DA8FE6
Complementary color
Monochromatic Colors of #DA8FE6
Black with #DA8FE6
Text Example
Text Example
White with #DA8FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FE6; }
p { color: rgb(218,143,230); }
H1.HeaderClassName
{
color: #DA8FE6;
}
.AnyTagClassName
{
color: #DA8FE6;
}
</style>
background-color css
<style>
a { background-color: #DA8FE6; }
a { background-color: rgb(218,143,230); }
div.DivClassName
{
background-color: #DA8FE6;
}
.BgClassName
{
background-color: #DA8FE6;
}
</style>
border-color css
<style>
span { border-color: #DA8FE6; }
span { border-color: rgb(218,143,230); }
td.TdClassName
{
border-color: #DA8FE6;
}
.TagClassName
{
border-color: #DA8FE6;
}
</style>