Shades of Plum #DF8FCE
Tints of Plum #DF8FCE
RGB
CMYK
RGB Variations
Color information
#DF8FCE (or 0xDF8FCE) is known color: Plum. HEX triplet: DF, 8F and CE. RGB value is (223,143,206). Sum of RGB (Red+Green+Blue) = 223+143+206=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FCE is #207031. Grayscale: #ADADAD. Windows color (decimal): -2125874 or 13537247. OLE color: 13537247.
HSL color Cylindrical-coordinate representation of color #DF8FCE: hue angle of 312.75º degrees, saturation: 0.56, 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 #DF8FCE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 206 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.13 |
| HSL | 312.75º | 0.56% | 0.72% | - |
| HSV(B) | 312.75º | 0.36% | 0.87% | - |
| XYZ | 51.39 | 39.79 | 63.36 | - |
| YUV | 174.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 206 | 0 | 0.36 | 0.08 | 0.13 | 312.75 | 0.56 | 0.72 |
| Hex | DF | 8F | CE | 0 | 24 | 8 | D | 139 | 38 | 48 |
| Octal | 337 | 217 | 316 | 0 | 44 | 10 | 15 | 471 | 70 | 110 |
| Binary | 11011111 | 10001111 | 11001110 | 0 | 100100 | 1000 | 1101 | 100111001 | 111000 | 1001000 |
Color Harmonies of #DF8FCE
Complementary color
Monochromatic Colors of #DF8FCE
Black with #DF8FCE
Text Example
Text Example
White with #DF8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FCE; }
p { color: rgb(223,143,206); }
H1.HeaderClassName
{
color: #DF8FCE;
}
.AnyTagClassName
{
color: #DF8FCE;
}
</style>
background-color css
<style>
a { background-color: #DF8FCE; }
a { background-color: rgb(223,143,206); }
div.DivClassName
{
background-color: #DF8FCE;
}
.BgClassName
{
background-color: #DF8FCE;
}
</style>
border-color css
<style>
span { border-color: #DF8FCE; }
span { border-color: rgb(223,143,206); }
td.TdClassName
{
border-color: #DF8FCE;
}
.TagClassName
{
border-color: #DF8FCE;
}
</style>