Shades of Plum #DC8CE0
Tints of Plum #DC8CE0
RGB
CMYK
RGB Variations
Color information
#DC8CE0 (or 0xDC8CE0) is known color: Plum. HEX triplet: DC, 8C and E0. RGB value is (220,140,224). Sum of RGB (Red+Green+Blue) = 220+140+224=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CE0 is #23731F. Grayscale: #ADADAD. Windows color (decimal): -2323232 or 14716124. OLE color: 14716124.
HSL color Cylindrical-coordinate representation of color #DC8CE0: hue angle of 297.14º 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 #DC8CE0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 140 | 224 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.12 |
| HSL | 297.14º | 0.58% | 0.71% | - |
| HSV(B) | 297.14º | 0.38% | 0.88% | - |
| XYZ | 52.35 | 39.35 | 75.36 | - |
| YUV | 173.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 224 | 0.02 | 0.38 | 0 | 0.12 | 297.14 | 0.58 | 0.71 |
| Hex | DC | 8C | E0 | 2 | 26 | 0 | C | 129 | 3A | 47 |
| Octal | 334 | 214 | 340 | 2 | 46 | 0 | 14 | 451 | 72 | 107 |
| Binary | 11011100 | 10001100 | 11100000 | 10 | 100110 | 0 | 1100 | 100101001 | 111010 | 1000111 |
Color Harmonies of #DC8CE0
Complementary color
Monochromatic Colors of #DC8CE0
Black with #DC8CE0
Text Example
Text Example
White with #DC8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CE0; }
p { color: rgb(220,140,224); }
H1.HeaderClassName
{
color: #DC8CE0;
}
.AnyTagClassName
{
color: #DC8CE0;
}
</style>
background-color css
<style>
a { background-color: #DC8CE0; }
a { background-color: rgb(220,140,224); }
div.DivClassName
{
background-color: #DC8CE0;
}
.BgClassName
{
background-color: #DC8CE0;
}
</style>
border-color css
<style>
span { border-color: #DC8CE0; }
span { border-color: rgb(220,140,224); }
td.TdClassName
{
border-color: #DC8CE0;
}
.TagClassName
{
border-color: #DC8CE0;
}
</style>