Shades of Plum #DA8FE7
Tints of Plum #DA8FE7
RGB
CMYK
RGB Variations
Color information
#DA8FE7 (or 0xDA8FE7) is known color: Plum. HEX triplet: DA, 8F and E7. RGB value is (218,143,231). Sum of RGB (Red+Green+Blue) = 218+143+231=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FE7 is #257018. Grayscale: #AFAFAF. Windows color (decimal): -2453529 or 15175642. OLE color: 15175642.
HSL color Cylindrical-coordinate representation of color #DA8FE7: hue angle of 291.14º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8FE7 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 143 | 231 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.09 |
| HSL | 291.14º | 0.65% | 0.73% | - |
| HSV(B) | 291.14º | 0.38% | 0.91% | - |
| XYZ | 53.16 | 40.32 | 80.58 | - |
| YUV | 175.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 231 | 0.06 | 0.38 | 0 | 0.09 | 291.14 | 0.65 | 0.73 |
| Hex | DA | 8F | E7 | 6 | 26 | 0 | 9 | 123 | 41 | 49 |
| Octal | 332 | 217 | 347 | 6 | 46 | 0 | 11 | 443 | 101 | 111 |
| Binary | 11011010 | 10001111 | 11100111 | 110 | 100110 | 0 | 1001 | 100100011 | 1000001 | 1001001 |
Color Harmonies of #DA8FE7
Complementary color
Monochromatic Colors of #DA8FE7
Black with #DA8FE7
Text Example
Text Example
White with #DA8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FE7; }
p { color: rgb(218,143,231); }
H1.HeaderClassName
{
color: #DA8FE7;
}
.AnyTagClassName
{
color: #DA8FE7;
}
</style>
background-color css
<style>
a { background-color: #DA8FE7; }
a { background-color: rgb(218,143,231); }
div.DivClassName
{
background-color: #DA8FE7;
}
.BgClassName
{
background-color: #DA8FE7;
}
</style>
border-color css
<style>
span { border-color: #DA8FE7; }
span { border-color: rgb(218,143,231); }
td.TdClassName
{
border-color: #DA8FE7;
}
.TagClassName
{
border-color: #DA8FE7;
}
</style>