Shades of Plum #DE8FCC
Tints of Plum #DE8FCC
RGB
CMYK
RGB Variations
Color information
#DE8FCC (or 0xDE8FCC) is known color: Plum. HEX triplet: DE, 8F and CC. RGB value is (222,143,204). Sum of RGB (Red+Green+Blue) = 222+143+204=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FCC is #217033. Grayscale: #ADADAD. Windows color (decimal): -2191412 or 13406174. OLE color: 13406174.
HSL color Cylindrical-coordinate representation of color #DE8FCC: hue angle of 313.67º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FCC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 204 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.13 |
| HSL | 313.67º | 0.54% | 0.72% | - |
| HSV(B) | 313.67º | 0.36% | 0.87% | - |
| XYZ | 50.85 | 39.53 | 62.08 | - |
| YUV | 173.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 204 | 0 | 0.36 | 0.08 | 0.13 | 313.67 | 0.54 | 0.72 |
| Hex | DE | 8F | CC | 0 | 24 | 8 | D | 13A | 36 | 48 |
| Octal | 336 | 217 | 314 | 0 | 44 | 10 | 15 | 472 | 66 | 110 |
| Binary | 11011110 | 10001111 | 11001100 | 0 | 100100 | 1000 | 1101 | 100111010 | 110110 | 1001000 |
Color Harmonies of #DE8FCC
Complementary color
Monochromatic Colors of #DE8FCC
Black with #DE8FCC
Text Example
Text Example
White with #DE8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FCC; }
p { color: rgb(222,143,204); }
H1.HeaderClassName
{
color: #DE8FCC;
}
.AnyTagClassName
{
color: #DE8FCC;
}
</style>
background-color css
<style>
a { background-color: #DE8FCC; }
a { background-color: rgb(222,143,204); }
div.DivClassName
{
background-color: #DE8FCC;
}
.BgClassName
{
background-color: #DE8FCC;
}
</style>
border-color css
<style>
span { border-color: #DE8FCC; }
span { border-color: rgb(222,143,204); }
td.TdClassName
{
border-color: #DE8FCC;
}
.TagClassName
{
border-color: #DE8FCC;
}
</style>