Shades of Plum #DA8ECC
Tints of Plum #DA8ECC
RGB
CMYK
RGB Variations
Color information
#DA8ECC (or 0xDA8ECC) is known color: Plum. HEX triplet: DA, 8E and CC. RGB value is (218,142,204). Sum of RGB (Red+Green+Blue) = 218+142+204=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ECC is #257133. Grayscale: #ABABAB. Windows color (decimal): -2453812 or 13405914. OLE color: 13405914.
HSL color Cylindrical-coordinate representation of color #DA8ECC: hue angle of 311.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8ECC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 204 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.15 |
| HSL | 311.05º | 0.51% | 0.71% | - |
| HSV(B) | 311.05º | 0.35% | 0.85% | - |
| XYZ | 49.49 | 38.61 | 61.97 | - |
| YUV | 171.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 204 | 0 | 0.35 | 0.06 | 0.15 | 311.05 | 0.51 | 0.71 |
| Hex | DA | 8E | CC | 0 | 23 | 6 | F | 137 | 33 | 47 |
| Octal | 332 | 216 | 314 | 0 | 43 | 6 | 17 | 467 | 63 | 107 |
| Binary | 11011010 | 10001110 | 11001100 | 0 | 100011 | 110 | 1111 | 100110111 | 110011 | 1000111 |
Color Harmonies of #DA8ECC
Complementary color
Monochromatic Colors of #DA8ECC
Black with #DA8ECC
Text Example
Text Example
White with #DA8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ECC; }
p { color: rgb(218,142,204); }
H1.HeaderClassName
{
color: #DA8ECC;
}
.AnyTagClassName
{
color: #DA8ECC;
}
</style>
background-color css
<style>
a { background-color: #DA8ECC; }
a { background-color: rgb(218,142,204); }
div.DivClassName
{
background-color: #DA8ECC;
}
.BgClassName
{
background-color: #DA8ECC;
}
</style>
border-color css
<style>
span { border-color: #DA8ECC; }
span { border-color: rgb(218,142,204); }
td.TdClassName
{
border-color: #DA8ECC;
}
.TagClassName
{
border-color: #DA8ECC;
}
</style>