Shades of Plum #DC89DE
Tints of Plum #DC89DE
RGB
CMYK
RGB Variations
Color information
#DC89DE (or 0xDC89DE) is known color: Plum. HEX triplet: DC, 89 and DE. RGB value is (220,137,222). Sum of RGB (Red+Green+Blue) = 220+137+222=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89DE is #237621. Grayscale: #ABABAB. Windows color (decimal): -2324002 or 14584284. OLE color: 14584284.
HSL color Cylindrical-coordinate representation of color #DC89DE: hue angle of 298.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89DE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 137 | 222 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 298.59º | 0.56% | 0.7% | - |
| HSV(B) | 298.59º | 0.38% | 0.87% | - |
| XYZ | 51.65 | 38.38 | 73.79 | - |
| YUV | 171.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 222 | 0.01 | 0.38 | 0 | 0.13 | 298.59 | 0.56 | 0.7 |
| Hex | DC | 89 | DE | 1 | 26 | 0 | D | 12B | 38 | 46 |
| Octal | 334 | 211 | 336 | 1 | 46 | 0 | 15 | 453 | 70 | 106 |
| Binary | 11011100 | 10001001 | 11011110 | 1 | 100110 | 0 | 1101 | 100101011 | 111000 | 1000110 |
Color Harmonies of #DC89DE
Complementary color
Monochromatic Colors of #DC89DE
Black with #DC89DE
Text Example
Text Example
White with #DC89DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89DE; }
p { color: rgb(220,137,222); }
H1.HeaderClassName
{
color: #DC89DE;
}
.AnyTagClassName
{
color: #DC89DE;
}
</style>
background-color css
<style>
a { background-color: #DC89DE; }
a { background-color: rgb(220,137,222); }
div.DivClassName
{
background-color: #DC89DE;
}
.BgClassName
{
background-color: #DC89DE;
}
</style>
border-color css
<style>
span { border-color: #DC89DE; }
span { border-color: rgb(220,137,222); }
td.TdClassName
{
border-color: #DC89DE;
}
.TagClassName
{
border-color: #DC89DE;
}
</style>