Shades of Plum #DC8FE7
Tints of Plum #DC8FE7
RGB
CMYK
RGB Variations
Color information
#DC8FE7 (or 0xDC8FE7) is known color: Plum. HEX triplet: DC, 8F and E7. RGB value is (220,143,231). Sum of RGB (Red+Green+Blue) = 220+143+231=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FE7 is #237018. Grayscale: #AFAFAF. Windows color (decimal): -2322457 or 15175644. OLE color: 15175644.
HSL color Cylindrical-coordinate representation of color #DC8FE7: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8FE7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 143 | 231 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.09 |
| HSL | 292.5º | 0.65% | 0.73% | - |
| HSV(B) | 292.5º | 0.38% | 0.91% | - |
| XYZ | 53.76 | 40.63 | 80.61 | - |
| YUV | 176.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 231 | 0.05 | 0.38 | 0 | 0.09 | 292.5 | 0.65 | 0.73 |
| Hex | DC | 8F | E7 | 5 | 26 | 0 | 9 | 124 | 41 | 49 |
| Octal | 334 | 217 | 347 | 5 | 46 | 0 | 11 | 444 | 101 | 111 |
| Binary | 11011100 | 10001111 | 11100111 | 101 | 100110 | 0 | 1001 | 100100100 | 1000001 | 1001001 |
Color Harmonies of #DC8FE7
Complementary color
Monochromatic Colors of #DC8FE7
Black with #DC8FE7
Text Example
Text Example
White with #DC8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FE7; }
p { color: rgb(220,143,231); }
H1.HeaderClassName
{
color: #DC8FE7;
}
.AnyTagClassName
{
color: #DC8FE7;
}
</style>
background-color css
<style>
a { background-color: #DC8FE7; }
a { background-color: rgb(220,143,231); }
div.DivClassName
{
background-color: #DC8FE7;
}
.BgClassName
{
background-color: #DC8FE7;
}
</style>
border-color css
<style>
span { border-color: #DC8FE7; }
span { border-color: rgb(220,143,231); }
td.TdClassName
{
border-color: #DC8FE7;
}
.TagClassName
{
border-color: #DC8FE7;
}
</style>