Shades of Plum #DC8FEB
Tints of Plum #DC8FEB
RGB
CMYK
RGB Variations
Color information
#DC8FEB (or 0xDC8FEB) is known color: Plum. HEX triplet: DC, 8F and EB. RGB value is (220,143,235). Sum of RGB (Red+Green+Blue) = 220+143+235=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FEB is #237014. Grayscale: #B0B0B0. Windows color (decimal): -2322453 or 15437788. OLE color: 15437788.
HSL color Cylindrical-coordinate representation of color #DC8FEB: hue angle of 290.22º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8FEB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 143 | 235 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.08 |
| HSL | 290.22º | 0.7% | 0.74% | - |
| HSV(B) | 290.22º | 0.39% | 0.92% | - |
| XYZ | 54.33 | 40.86 | 83.62 | - |
| YUV | 176.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 235 | 0.06 | 0.39 | 0 | 0.08 | 290.22 | 0.7 | 0.74 |
| Hex | DC | 8F | EB | 6 | 27 | 0 | 8 | 122 | 46 | 4A |
| Octal | 334 | 217 | 353 | 6 | 47 | 0 | 10 | 442 | 106 | 112 |
| Binary | 11011100 | 10001111 | 11101011 | 110 | 100111 | 0 | 1000 | 100100010 | 1000110 | 1001010 |
Color Harmonies of #DC8FEB
Complementary color
Monochromatic Colors of #DC8FEB
Black with #DC8FEB
Text Example
Text Example
White with #DC8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FEB; }
p { color: rgb(220,143,235); }
H1.HeaderClassName
{
color: #DC8FEB;
}
.AnyTagClassName
{
color: #DC8FEB;
}
</style>
background-color css
<style>
a { background-color: #DC8FEB; }
a { background-color: rgb(220,143,235); }
div.DivClassName
{
background-color: #DC8FEB;
}
.BgClassName
{
background-color: #DC8FEB;
}
</style>
border-color css
<style>
span { border-color: #DC8FEB; }
span { border-color: rgb(220,143,235); }
td.TdClassName
{
border-color: #DC8FEB;
}
.TagClassName
{
border-color: #DC8FEB;
}
</style>