Shades of Plum #DA8FE1
Tints of Plum #DA8FE1
RGB
CMYK
RGB Variations
Color information
#DA8FE1 (or 0xDA8FE1) is known color: Plum. HEX triplet: DA, 8F and E1. RGB value is (218,143,225). Sum of RGB (Red+Green+Blue) = 218+143+225=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FE1 is #25701E. Grayscale: #AEAEAE. Windows color (decimal): -2453535 or 14782426. OLE color: 14782426.
HSL color Cylindrical-coordinate representation of color #DA8FE1: hue angle of 294.88º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8FE1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 143 | 225 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.12 |
| HSL | 294.88º | 0.58% | 0.72% | - |
| HSV(B) | 294.88º | 0.36% | 0.88% | - |
| XYZ | 52.33 | 39.99 | 76.19 | - |
| YUV | 174.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 225 | 0.03 | 0.36 | 0 | 0.12 | 294.88 | 0.58 | 0.72 |
| Hex | DA | 8F | E1 | 3 | 24 | 0 | C | 127 | 3A | 48 |
| Octal | 332 | 217 | 341 | 3 | 44 | 0 | 14 | 447 | 72 | 110 |
| Binary | 11011010 | 10001111 | 11100001 | 11 | 100100 | 0 | 1100 | 100100111 | 111010 | 1001000 |
Color Harmonies of #DA8FE1
Complementary color
Monochromatic Colors of #DA8FE1
Black with #DA8FE1
Text Example
Text Example
White with #DA8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FE1; }
p { color: rgb(218,143,225); }
H1.HeaderClassName
{
color: #DA8FE1;
}
.AnyTagClassName
{
color: #DA8FE1;
}
</style>
background-color css
<style>
a { background-color: #DA8FE1; }
a { background-color: rgb(218,143,225); }
div.DivClassName
{
background-color: #DA8FE1;
}
.BgClassName
{
background-color: #DA8FE1;
}
</style>
border-color css
<style>
span { border-color: #DA8FE1; }
span { border-color: rgb(218,143,225); }
td.TdClassName
{
border-color: #DA8FE1;
}
.TagClassName
{
border-color: #DA8FE1;
}
</style>