Shades of Plum #DC8FE8
Tints of Plum #DC8FE8
RGB
CMYK
RGB Variations
Color information
#DC8FE8 (or 0xDC8FE8) is known color: Plum. HEX triplet: DC, 8F and E8. RGB value is (220,143,232). Sum of RGB (Red+Green+Blue) = 220+143+232=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FE8 is #237017. Grayscale: #AFAFAF. Windows color (decimal): -2322456 or 15241180. OLE color: 15241180.
HSL color Cylindrical-coordinate representation of color #DC8FE8: hue angle of 291.91º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8FE8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 143 | 232 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.09 |
| HSL | 291.91º | 0.66% | 0.74% | - |
| HSV(B) | 291.91º | 0.38% | 0.91% | - |
| XYZ | 53.9 | 40.69 | 81.36 | - |
| YUV | 176.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 232 | 0.05 | 0.38 | 0 | 0.09 | 291.91 | 0.66 | 0.74 |
| Hex | DC | 8F | E8 | 5 | 26 | 0 | 9 | 124 | 42 | 4A |
| Octal | 334 | 217 | 350 | 5 | 46 | 0 | 11 | 444 | 102 | 112 |
| Binary | 11011100 | 10001111 | 11101000 | 101 | 100110 | 0 | 1001 | 100100100 | 1000010 | 1001010 |
Color Harmonies of #DC8FE8
Complementary color
Monochromatic Colors of #DC8FE8
Black with #DC8FE8
Text Example
Text Example
White with #DC8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FE8; }
p { color: rgb(220,143,232); }
H1.HeaderClassName
{
color: #DC8FE8;
}
.AnyTagClassName
{
color: #DC8FE8;
}
</style>
background-color css
<style>
a { background-color: #DC8FE8; }
a { background-color: rgb(220,143,232); }
div.DivClassName
{
background-color: #DC8FE8;
}
.BgClassName
{
background-color: #DC8FE8;
}
</style>
border-color css
<style>
span { border-color: #DC8FE8; }
span { border-color: rgb(220,143,232); }
td.TdClassName
{
border-color: #DC8FE8;
}
.TagClassName
{
border-color: #DC8FE8;
}
</style>