Shades of Plum #DC8CDC
Tints of Plum #DC8CDC
RGB
CMYK
RGB Variations
Color information
#DC8CDC (or 0xDC8CDC) is known color: Plum. HEX triplet: DC, 8C and DC. RGB value is (220,140,220). Sum of RGB (Red+Green+Blue) = 220+140+220=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CDC is #237323. Grayscale: #ACACAC. Windows color (decimal): -2323236 or 14453980. OLE color: 14453980.
HSL color Cylindrical-coordinate representation of color #DC8CDC: hue angle of 300º 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 #DC8CDC is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 140 | 220 | - |
CMYK | 0 | 0.36 | 0 | 0.14 |
HSL | 300º | 0.53% | 0.71% | - |
HSV(B) | 300º | 0.36% | 0.86% | - |
XYZ | 51.81 | 39.14 | 72.53 | - |
YUV | 173.04 | 154.5 | 161.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 140 | 220 | 0 | 0.36 | 0 | 0.14 | 300 | 0.53 | 0.71 |
Hex | DC | 8C | DC | 0 | 24 | 0 | E | 12C | 35 | 47 |
Octal | 334 | 214 | 334 | 0 | 44 | 0 | 16 | 454 | 65 | 107 |
Binary | 11011100 | 10001100 | 11011100 | 0 | 100100 | 0 | 1110 | 100101100 | 110101 | 1000111 |
Color Harmonies of #DC8CDC
Complementary color
Monochromatic Colors of #DC8CDC
Black with #DC8CDC
Text Example
Text Example
White with #DC8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CDC; }
p { color: rgb(220,140,220); }
H1.HeaderClassName
{
color: #DC8CDC;
}
.AnyTagClassName
{
color: #DC8CDC;
}
</style>
background-color css
<style>
a { background-color: #DC8CDC; }
a { background-color: rgb(220,140,220); }
div.DivClassName
{
background-color: #DC8CDC;
}
.BgClassName
{
background-color: #DC8CDC;
}
</style>
border-color css
<style>
span { border-color: #DC8CDC; }
span { border-color: rgb(220,140,220); }
td.TdClassName
{
border-color: #DC8CDC;
}
.TagClassName
{
border-color: #DC8CDC;
}
</style>