Shades of Plum #DC8FDC
Tints of Plum #DC8FDC
RGB
CMYK
RGB Variations
Color information
#DC8FDC (or 0xDC8FDC) is known color: Plum. HEX triplet: DC, 8F and DC. RGB value is (220,143,220). Sum of RGB (Red+Green+Blue) = 220+143+220=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDC is #237023. Grayscale: #AEAEAE. Windows color (decimal): -2322468 or 14454748. OLE color: 14454748.
HSL color Cylindrical-coordinate representation of color #DC8FDC: hue angle of 300º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FDC is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 220 | - |
| CMYK | 0 | 0.35 | 0 | 0.14 |
| HSL | 300º | 0.52% | 0.71% | - |
| HSV(B) | 300º | 0.35% | 0.86% | - |
| XYZ | 52.26 | 40.03 | 72.68 | - |
| YUV | 174.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 220 | 0 | 0.35 | 0 | 0.14 | 300 | 0.52 | 0.71 |
| Hex | DC | 8F | DC | 0 | 23 | 0 | E | 12C | 34 | 47 |
| Octal | 334 | 217 | 334 | 0 | 43 | 0 | 16 | 454 | 64 | 107 |
| Binary | 11011100 | 10001111 | 11011100 | 0 | 100011 | 0 | 1110 | 100101100 | 110100 | 1000111 |
Color Harmonies of #DC8FDC
Complementary color
Monochromatic Colors of #DC8FDC
Black with #DC8FDC
Text Example
Text Example
White with #DC8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FDC; }
p { color: rgb(220,143,220); }
H1.HeaderClassName
{
color: #DC8FDC;
}
.AnyTagClassName
{
color: #DC8FDC;
}
</style>
background-color css
<style>
a { background-color: #DC8FDC; }
a { background-color: rgb(220,143,220); }
div.DivClassName
{
background-color: #DC8FDC;
}
.BgClassName
{
background-color: #DC8FDC;
}
</style>
border-color css
<style>
span { border-color: #DC8FDC; }
span { border-color: rgb(220,143,220); }
td.TdClassName
{
border-color: #DC8FDC;
}
.TagClassName
{
border-color: #DC8FDC;
}
</style>