Shades of Plum #DA8FEA
Tints of Plum #DA8FEA
RGB
CMYK
RGB Variations
Color information
#DA8FEA (or 0xDA8FEA) is known color: Plum. HEX triplet: DA, 8F and EA. RGB value is (218,143,234). Sum of RGB (Red+Green+Blue) = 218+143+234=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FEA is #257015. Grayscale: #AFAFAF. Windows color (decimal): -2453526 or 15372250. OLE color: 15372250.
HSL color Cylindrical-coordinate representation of color #DA8FEA: hue angle of 289.45º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8FEA is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 143 | 234 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.08 |
| HSL | 289.45º | 0.68% | 0.74% | - |
| HSV(B) | 289.45º | 0.39% | 0.92% | - |
| XYZ | 53.59 | 40.49 | 82.83 | - |
| YUV | 175.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 234 | 0.07 | 0.39 | 0 | 0.08 | 289.45 | 0.68 | 0.74 |
| Hex | DA | 8F | EA | 7 | 27 | 0 | 8 | 121 | 44 | 4A |
| Octal | 332 | 217 | 352 | 7 | 47 | 0 | 10 | 441 | 104 | 112 |
| Binary | 11011010 | 10001111 | 11101010 | 111 | 100111 | 0 | 1000 | 100100001 | 1000100 | 1001010 |
Color Harmonies of #DA8FEA
Complementary color
Monochromatic Colors of #DA8FEA
Black with #DA8FEA
Text Example
Text Example
White with #DA8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FEA; }
p { color: rgb(218,143,234); }
H1.HeaderClassName
{
color: #DA8FEA;
}
.AnyTagClassName
{
color: #DA8FEA;
}
</style>
background-color css
<style>
a { background-color: #DA8FEA; }
a { background-color: rgb(218,143,234); }
div.DivClassName
{
background-color: #DA8FEA;
}
.BgClassName
{
background-color: #DA8FEA;
}
</style>
border-color css
<style>
span { border-color: #DA8FEA; }
span { border-color: rgb(218,143,234); }
td.TdClassName
{
border-color: #DA8FEA;
}
.TagClassName
{
border-color: #DA8FEA;
}
</style>