Shades of Plum #DC8FE6
Tints of Plum #DC8FE6
RGB
CMYK
RGB Variations
Color information
#DC8FE6 (or 0xDC8FE6) is known color: Plum. HEX triplet: DC, 8F and E6. RGB value is (220,143,230). Sum of RGB (Red+Green+Blue) = 220+143+230=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC8FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FE6 is #237019. Grayscale: #AFAFAF. Windows color (decimal): -2322458 or 15110108. OLE color: 15110108.
HSL color Cylindrical-coordinate representation of color #DC8FE6: hue angle of 293.1º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8FE6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 143 | 230 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.10 |
| HSL | 293.1º | 0.64% | 0.73% | - |
| HSV(B) | 293.1º | 0.38% | 0.9% | - |
| XYZ | 53.62 | 40.57 | 79.87 | - |
| YUV | 175.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 230 | 0.04 | 0.38 | 0 | 0.10 | 293.1 | 0.64 | 0.73 |
| Hex | DC | 8F | E6 | 4 | 26 | 0 | A | 125 | 40 | 49 |
| Octal | 334 | 217 | 346 | 4 | 46 | 0 | 12 | 445 | 100 | 111 |
| Binary | 11011100 | 10001111 | 11100110 | 100 | 100110 | 0 | 1010 | 100100101 | 1000000 | 1001001 |
Color Harmonies of #DC8FE6
Complementary color
Monochromatic Colors of #DC8FE6
Black with #DC8FE6
Text Example
Text Example
White with #DC8FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FE6; }
p { color: rgb(220,143,230); }
H1.HeaderClassName
{
color: #DC8FE6;
}
.AnyTagClassName
{
color: #DC8FE6;
}
</style>
background-color css
<style>
a { background-color: #DC8FE6; }
a { background-color: rgb(220,143,230); }
div.DivClassName
{
background-color: #DC8FE6;
}
.BgClassName
{
background-color: #DC8FE6;
}
</style>
border-color css
<style>
span { border-color: #DC8FE6; }
span { border-color: rgb(220,143,230); }
td.TdClassName
{
border-color: #DC8FE6;
}
.TagClassName
{
border-color: #DC8FE6;
}
</style>