Shades of Plum #DF8AD2
Tints of Plum #DF8AD2
RGB
CMYK
RGB Variations
Color information
#DF8AD2 (or 0xDF8AD2) is known color: Plum. HEX triplet: DF, 8A and D2. RGB value is (223,138,210). Sum of RGB (Red+Green+Blue) = 223+138+210=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AD2 is #20752D. Grayscale: #ABABAB. Windows color (decimal): -2127150 or 13798111. OLE color: 13798111.
HSL color Cylindrical-coordinate representation of color #DF8AD2: hue angle of 309.18º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8AD2 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 210 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.13 |
| HSL | 309.18º | 0.57% | 0.71% | - |
| HSV(B) | 309.18º | 0.38% | 0.87% | - |
| XYZ | 51.15 | 38.52 | 65.71 | - |
| YUV | 171.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 210 | 0 | 0.38 | 0.06 | 0.13 | 309.18 | 0.57 | 0.71 |
| Hex | DF | 8A | D2 | 0 | 26 | 6 | D | 135 | 39 | 47 |
| Octal | 337 | 212 | 322 | 0 | 46 | 6 | 15 | 465 | 71 | 107 |
| Binary | 11011111 | 10001010 | 11010010 | 0 | 100110 | 110 | 1101 | 100110101 | 111001 | 1000111 |
Color Harmonies of #DF8AD2
Complementary color
Monochromatic Colors of #DF8AD2
Black with #DF8AD2
Text Example
Text Example
White with #DF8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AD2; }
p { color: rgb(223,138,210); }
H1.HeaderClassName
{
color: #DF8AD2;
}
.AnyTagClassName
{
color: #DF8AD2;
}
</style>
background-color css
<style>
a { background-color: #DF8AD2; }
a { background-color: rgb(223,138,210); }
div.DivClassName
{
background-color: #DF8AD2;
}
.BgClassName
{
background-color: #DF8AD2;
}
</style>
border-color css
<style>
span { border-color: #DF8AD2; }
span { border-color: rgb(223,138,210); }
td.TdClassName
{
border-color: #DF8AD2;
}
.TagClassName
{
border-color: #DF8AD2;
}
</style>