Shades of Plum #DA8CDC
Tints of Plum #DA8CDC
RGB
CMYK
RGB Variations
Color information
#DA8CDC (or 0xDA8CDC) is known color: Plum. HEX triplet: DA, 8C and DC. RGB value is (218,140,220). Sum of RGB (Red+Green+Blue) = 218+140+220=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDC is #257323. Grayscale: #ACACAC. Windows color (decimal): -2454308 or 14453978. OLE color: 14453978.
HSL color Cylindrical-coordinate representation of color #DA8CDC: hue angle of 298.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CDC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 140 | 220 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.14 |
| HSL | 298.5º | 0.53% | 0.71% | - |
| HSV(B) | 298.5º | 0.36% | 0.86% | - |
| XYZ | 51.21 | 38.83 | 72.51 | - |
| YUV | 172.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 220 | 0.01 | 0.36 | 0 | 0.14 | 298.5 | 0.53 | 0.71 |
| Hex | DA | 8C | DC | 1 | 24 | 0 | E | 12A | 35 | 47 |
| Octal | 332 | 214 | 334 | 1 | 44 | 0 | 16 | 452 | 65 | 107 |
| Binary | 11011010 | 10001100 | 11011100 | 1 | 100100 | 0 | 1110 | 100101010 | 110101 | 1000111 |
Color Harmonies of #DA8CDC
Complementary color
Monochromatic Colors of #DA8CDC
Black with #DA8CDC
Text Example
Text Example
White with #DA8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CDC; }
p { color: rgb(218,140,220); }
H1.HeaderClassName
{
color: #DA8CDC;
}
.AnyTagClassName
{
color: #DA8CDC;
}
</style>
background-color css
<style>
a { background-color: #DA8CDC; }
a { background-color: rgb(218,140,220); }
div.DivClassName
{
background-color: #DA8CDC;
}
.BgClassName
{
background-color: #DA8CDC;
}
</style>
border-color css
<style>
span { border-color: #DA8CDC; }
span { border-color: rgb(218,140,220); }
td.TdClassName
{
border-color: #DA8CDC;
}
.TagClassName
{
border-color: #DA8CDC;
}
</style>