Shades of Plum #DC8BE0
Tints of Plum #DC8BE0
RGB
CMYK
RGB Variations
Color information
#DC8BE0 (or 0xDC8BE0) is known color: Plum. HEX triplet: DC, 8B and E0. RGB value is (220,139,224). Sum of RGB (Red+Green+Blue) = 220+139+224=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BE0 is #23741F. Grayscale: #ACACAC. Windows color (decimal): -2323488 or 14715868. OLE color: 14715868.
HSL color Cylindrical-coordinate representation of color #DC8BE0: hue angle of 297.18º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8BE0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 139 | 224 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.12 |
| HSL | 297.18º | 0.58% | 0.71% | - |
| HSV(B) | 297.18º | 0.38% | 0.88% | - |
| XYZ | 52.2 | 39.06 | 75.31 | - |
| YUV | 172.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 224 | 0.02 | 0.38 | 0 | 0.12 | 297.18 | 0.58 | 0.71 |
| Hex | DC | 8B | E0 | 2 | 26 | 0 | C | 129 | 3A | 47 |
| Octal | 334 | 213 | 340 | 2 | 46 | 0 | 14 | 451 | 72 | 107 |
| Binary | 11011100 | 10001011 | 11100000 | 10 | 100110 | 0 | 1100 | 100101001 | 111010 | 1000111 |
Color Harmonies of #DC8BE0
Complementary color
Monochromatic Colors of #DC8BE0
Black with #DC8BE0
Text Example
Text Example
White with #DC8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BE0; }
p { color: rgb(220,139,224); }
H1.HeaderClassName
{
color: #DC8BE0;
}
.AnyTagClassName
{
color: #DC8BE0;
}
</style>
background-color css
<style>
a { background-color: #DC8BE0; }
a { background-color: rgb(220,139,224); }
div.DivClassName
{
background-color: #DC8BE0;
}
.BgClassName
{
background-color: #DC8BE0;
}
</style>
border-color css
<style>
span { border-color: #DC8BE0; }
span { border-color: rgb(220,139,224); }
td.TdClassName
{
border-color: #DC8BE0;
}
.TagClassName
{
border-color: #DC8BE0;
}
</style>