Shades of Plum #DC8FDE
Tints of Plum #DC8FDE
RGB
CMYK
RGB Variations
Color information
#DC8FDE (or 0xDC8FDE) is known color: Plum. HEX triplet: DC, 8F and DE. RGB value is (220,143,222). Sum of RGB (Red+Green+Blue) = 220+143+222=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDE is #237021. Grayscale: #AEAEAE. Windows color (decimal): -2322466 or 14585820. OLE color: 14585820.
HSL color Cylindrical-coordinate representation of color #DC8FDE: hue angle of 298.48º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8FDE is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 143 | 222 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.13 |
| HSL | 298.48º | 0.54% | 0.72% | - |
| HSV(B) | 298.48º | 0.36% | 0.87% | - |
| XYZ | 52.52 | 40.13 | 74.09 | - |
| YUV | 175.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 222 | 0.01 | 0.36 | 0 | 0.13 | 298.48 | 0.54 | 0.72 |
| Hex | DC | 8F | DE | 1 | 24 | 0 | D | 12A | 36 | 48 |
| Octal | 334 | 217 | 336 | 1 | 44 | 0 | 15 | 452 | 66 | 110 |
| Binary | 11011100 | 10001111 | 11011110 | 1 | 100100 | 0 | 1101 | 100101010 | 110110 | 1001000 |
Color Harmonies of #DC8FDE
Complementary color
Monochromatic Colors of #DC8FDE
Black with #DC8FDE
Text Example
Text Example
White with #DC8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FDE; }
p { color: rgb(220,143,222); }
H1.HeaderClassName
{
color: #DC8FDE;
}
.AnyTagClassName
{
color: #DC8FDE;
}
</style>
background-color css
<style>
a { background-color: #DC8FDE; }
a { background-color: rgb(220,143,222); }
div.DivClassName
{
background-color: #DC8FDE;
}
.BgClassName
{
background-color: #DC8FDE;
}
</style>
border-color css
<style>
span { border-color: #DC8FDE; }
span { border-color: rgb(220,143,222); }
td.TdClassName
{
border-color: #DC8FDE;
}
.TagClassName
{
border-color: #DC8FDE;
}
</style>