Shades of Plum #DA8FDE
Tints of Plum #DA8FDE
RGB
CMYK
RGB Variations
Color information
#DA8FDE (or 0xDA8FDE) is known color: Plum. HEX triplet: DA, 8F and DE. RGB value is (218,143,222). Sum of RGB (Red+Green+Blue) = 218+143+222=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDE is #257021. Grayscale: #AEAEAE. Windows color (decimal): -2453538 or 14585818. OLE color: 14585818.
HSL color Cylindrical-coordinate representation of color #DA8FDE: hue angle of 296.96º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8FDE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 143 | 222 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.13 |
| HSL | 296.96º | 0.54% | 0.72% | - |
| HSV(B) | 296.96º | 0.36% | 0.87% | - |
| XYZ | 51.92 | 39.82 | 74.06 | - |
| YUV | 174.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 222 | 0.02 | 0.36 | 0 | 0.13 | 296.96 | 0.54 | 0.72 |
| Hex | DA | 8F | DE | 2 | 24 | 0 | D | 129 | 36 | 48 |
| Octal | 332 | 217 | 336 | 2 | 44 | 0 | 15 | 451 | 66 | 110 |
| Binary | 11011010 | 10001111 | 11011110 | 10 | 100100 | 0 | 1101 | 100101001 | 110110 | 1001000 |
Color Harmonies of #DA8FDE
Complementary color
Monochromatic Colors of #DA8FDE
Black with #DA8FDE
Text Example
Text Example
White with #DA8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FDE; }
p { color: rgb(218,143,222); }
H1.HeaderClassName
{
color: #DA8FDE;
}
.AnyTagClassName
{
color: #DA8FDE;
}
</style>
background-color css
<style>
a { background-color: #DA8FDE; }
a { background-color: rgb(218,143,222); }
div.DivClassName
{
background-color: #DA8FDE;
}
.BgClassName
{
background-color: #DA8FDE;
}
</style>
border-color css
<style>
span { border-color: #DA8FDE; }
span { border-color: rgb(218,143,222); }
td.TdClassName
{
border-color: #DA8FDE;
}
.TagClassName
{
border-color: #DA8FDE;
}
</style>