Shades of Plum #DC9FEA
Tints of Plum #DC9FEA
RGB
CMYK
RGB Variations
Color information
#DC9FEA (or 0xDC9FEA) is known color: Plum. HEX triplet: DC, 9F and EA. RGB value is (220,159,234). Sum of RGB (Red+Green+Blue) = 220+159+234=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FEA is #236015. Grayscale: #B9B9B9. Windows color (decimal): -2318358 or 15376348. OLE color: 15376348.
HSL color Cylindrical-coordinate representation of color #DC9FEA: hue angle of 288.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9FEA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 159 | 234 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.08 |
| HSL | 288.8º | 0.64% | 0.77% | - |
| HSV(B) | 288.8º | 0.32% | 0.92% | - |
| XYZ | 56.76 | 45.95 | 83.72 | - |
| YUV | 185.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 234 | 0.06 | 0.32 | 0 | 0.08 | 288.8 | 0.64 | 0.77 |
| Hex | DC | 9F | EA | 6 | 20 | 0 | 8 | 121 | 40 | 4D |
| Octal | 334 | 237 | 352 | 6 | 40 | 0 | 10 | 441 | 100 | 115 |
| Binary | 11011100 | 10011111 | 11101010 | 110 | 100000 | 0 | 1000 | 100100001 | 1000000 | 1001101 |
Color Harmonies of #DC9FEA
Complementary color
Monochromatic Colors of #DC9FEA
Black with #DC9FEA
Text Example
Text Example
White with #DC9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FEA; }
p { color: rgb(220,159,234); }
H1.HeaderClassName
{
color: #DC9FEA;
}
.AnyTagClassName
{
color: #DC9FEA;
}
</style>
background-color css
<style>
a { background-color: #DC9FEA; }
a { background-color: rgb(220,159,234); }
div.DivClassName
{
background-color: #DC9FEA;
}
.BgClassName
{
background-color: #DC9FEA;
}
</style>
border-color css
<style>
span { border-color: #DC9FEA; }
span { border-color: rgb(220,159,234); }
td.TdClassName
{
border-color: #DC9FEA;
}
.TagClassName
{
border-color: #DC9FEA;
}
</style>