Shades of Plum #DF8FD2
Tints of Plum #DF8FD2
RGB
CMYK
RGB Variations
Color information
#DF8FD2 (or 0xDF8FD2) is known color: Plum. HEX triplet: DF, 8F and D2. RGB value is (223,143,210). Sum of RGB (Red+Green+Blue) = 223+143+210=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD2 is #20702D. Grayscale: #AEAEAE. Windows color (decimal): -2125870 or 13799391. OLE color: 13799391.
HSL color Cylindrical-coordinate representation of color #DF8FD2: hue angle of 309.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 #DF8FD2 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 210 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.13 |
| HSL | 309.75º | 0.56% | 0.72% | - |
| HSV(B) | 309.75º | 0.36% | 0.87% | - |
| XYZ | 51.89 | 39.99 | 65.96 | - |
| YUV | 174.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 210 | 0 | 0.36 | 0.06 | 0.13 | 309.75 | 0.56 | 0.72 |
| Hex | DF | 8F | D2 | 0 | 24 | 6 | D | 136 | 38 | 48 |
| Octal | 337 | 217 | 322 | 0 | 44 | 6 | 15 | 466 | 70 | 110 |
| Binary | 11011111 | 10001111 | 11010010 | 0 | 100100 | 110 | 1101 | 100110110 | 111000 | 1001000 |
Color Harmonies of #DF8FD2
Complementary color
Monochromatic Colors of #DF8FD2
Black with #DF8FD2
Text Example
Text Example
White with #DF8FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FD2; }
p { color: rgb(223,143,210); }
H1.HeaderClassName
{
color: #DF8FD2;
}
.AnyTagClassName
{
color: #DF8FD2;
}
</style>
background-color css
<style>
a { background-color: #DF8FD2; }
a { background-color: rgb(223,143,210); }
div.DivClassName
{
background-color: #DF8FD2;
}
.BgClassName
{
background-color: #DF8FD2;
}
</style>
border-color css
<style>
span { border-color: #DF8FD2; }
span { border-color: rgb(223,143,210); }
td.TdClassName
{
border-color: #DF8FD2;
}
.TagClassName
{
border-color: #DF8FD2;
}
</style>