Shades of Plum #DC8BDE
Tints of Plum #DC8BDE
RGB
CMYK
RGB Variations
Color information
#DC8BDE (or 0xDC8BDE) is known color: Plum. HEX triplet: DC, 8B and DE. RGB value is (220,139,222). Sum of RGB (Red+Green+Blue) = 220+139+222=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BDE is #237421. Grayscale: #ACACAC. Windows color (decimal): -2323490 or 14584796. OLE color: 14584796.
HSL color Cylindrical-coordinate representation of color #DC8BDE: hue angle of 298.55º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BDE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 139 | 222 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.13 |
| HSL | 298.55º | 0.56% | 0.71% | - |
| HSV(B) | 298.55º | 0.37% | 0.87% | - |
| XYZ | 51.93 | 38.95 | 73.89 | - |
| YUV | 172.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 222 | 0.01 | 0.37 | 0 | 0.13 | 298.55 | 0.56 | 0.71 |
| Hex | DC | 8B | DE | 1 | 25 | 0 | D | 12B | 38 | 47 |
| Octal | 334 | 213 | 336 | 1 | 45 | 0 | 15 | 453 | 70 | 107 |
| Binary | 11011100 | 10001011 | 11011110 | 1 | 100101 | 0 | 1101 | 100101011 | 111000 | 1000111 |
Color Harmonies of #DC8BDE
Complementary color
Monochromatic Colors of #DC8BDE
Black with #DC8BDE
Text Example
Text Example
White with #DC8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BDE; }
p { color: rgb(220,139,222); }
H1.HeaderClassName
{
color: #DC8BDE;
}
.AnyTagClassName
{
color: #DC8BDE;
}
</style>
background-color css
<style>
a { background-color: #DC8BDE; }
a { background-color: rgb(220,139,222); }
div.DivClassName
{
background-color: #DC8BDE;
}
.BgClassName
{
background-color: #DC8BDE;
}
</style>
border-color css
<style>
span { border-color: #DC8BDE; }
span { border-color: rgb(220,139,222); }
td.TdClassName
{
border-color: #DC8BDE;
}
.TagClassName
{
border-color: #DC8BDE;
}
</style>