Shades of Plum #DA8FCD
Tints of Plum #DA8FCD
RGB
CMYK
RGB Variations
Color information
#DA8FCD (or 0xDA8FCD) is known color: Plum. HEX triplet: DA, 8F and CD. RGB value is (218,143,205). Sum of RGB (Red+Green+Blue) = 218+143+205=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FCD is #257032. Grayscale: #ACACAC. Windows color (decimal): -2453555 or 13471706. OLE color: 13471706.
HSL color Cylindrical-coordinate representation of color #DA8FCD: hue angle of 310.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA8FCD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 205 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.15 |
| HSL | 310.4º | 0.5% | 0.71% | - |
| HSV(B) | 310.4º | 0.34% | 0.85% | - |
| XYZ | 49.76 | 38.96 | 62.65 | - |
| YUV | 172.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 205 | 0 | 0.34 | 0.06 | 0.15 | 310.4 | 0.5 | 0.71 |
| Hex | DA | 8F | CD | 0 | 22 | 6 | F | 136 | 32 | 47 |
| Octal | 332 | 217 | 315 | 0 | 42 | 6 | 17 | 466 | 62 | 107 |
| Binary | 11011010 | 10001111 | 11001101 | 0 | 100010 | 110 | 1111 | 100110110 | 110010 | 1000111 |
Color Harmonies of #DA8FCD
Complementary color
Monochromatic Colors of #DA8FCD
Black with #DA8FCD
Text Example
Text Example
White with #DA8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FCD; }
p { color: rgb(218,143,205); }
H1.HeaderClassName
{
color: #DA8FCD;
}
.AnyTagClassName
{
color: #DA8FCD;
}
</style>
background-color css
<style>
a { background-color: #DA8FCD; }
a { background-color: rgb(218,143,205); }
div.DivClassName
{
background-color: #DA8FCD;
}
.BgClassName
{
background-color: #DA8FCD;
}
</style>
border-color css
<style>
span { border-color: #DA8FCD; }
span { border-color: rgb(218,143,205); }
td.TdClassName
{
border-color: #DA8FCD;
}
.TagClassName
{
border-color: #DA8FCD;
}
</style>