Shades of Plum #DC8FEA
Tints of Plum #DC8FEA
RGB
CMYK
RGB Variations
Color information
#DC8FEA (or 0xDC8FEA) is known color: Plum. HEX triplet: DC, 8F and EA. RGB value is (220,143,234). Sum of RGB (Red+Green+Blue) = 220+143+234=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FEA is #237015. Grayscale: #B0B0B0. Windows color (decimal): -2322454 or 15372252. OLE color: 15372252.
HSL color Cylindrical-coordinate representation of color #DC8FEA: hue angle of 290.77º degrees, saturation: 0.68, 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 #DC8FEA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 143 | 234 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.08 |
| HSL | 290.77º | 0.68% | 0.74% | - |
| HSV(B) | 290.77º | 0.39% | 0.92% | - |
| XYZ | 54.19 | 40.8 | 82.86 | - |
| YUV | 176.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 234 | 0.06 | 0.39 | 0 | 0.08 | 290.77 | 0.68 | 0.74 |
| Hex | DC | 8F | EA | 6 | 27 | 0 | 8 | 123 | 44 | 4A |
| Octal | 334 | 217 | 352 | 6 | 47 | 0 | 10 | 443 | 104 | 112 |
| Binary | 11011100 | 10001111 | 11101010 | 110 | 100111 | 0 | 1000 | 100100011 | 1000100 | 1001010 |
Color Harmonies of #DC8FEA
Complementary color
Monochromatic Colors of #DC8FEA
Black with #DC8FEA
Text Example
Text Example
White with #DC8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FEA; }
p { color: rgb(220,143,234); }
H1.HeaderClassName
{
color: #DC8FEA;
}
.AnyTagClassName
{
color: #DC8FEA;
}
</style>
background-color css
<style>
a { background-color: #DC8FEA; }
a { background-color: rgb(220,143,234); }
div.DivClassName
{
background-color: #DC8FEA;
}
.BgClassName
{
background-color: #DC8FEA;
}
</style>
border-color css
<style>
span { border-color: #DC8FEA; }
span { border-color: rgb(220,143,234); }
td.TdClassName
{
border-color: #DC8FEA;
}
.TagClassName
{
border-color: #DC8FEA;
}
</style>