Shades of Plum #DEA6DF
Tints of Plum #DEA6DF
RGB
CMYK
RGB Variations
Color information
#DEA6DF (or 0xDEA6DF) is known color: Plum. HEX triplet: DE, A6 and DF. RGB value is (222,166,223). Sum of RGB (Red+Green+Blue) = 222+166+223=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6DF is #215920. Grayscale: #BDBDBD. Windows color (decimal): -2185505 or 14657246. OLE color: 14657246.
HSL color Cylindrical-coordinate representation of color #DEA6DF: hue angle of 298.95º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA6DF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 223 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.13 |
| HSL | 298.95º | 0.47% | 0.76% | - |
| HSV(B) | 298.95º | 0.26% | 0.87% | - |
| XYZ | 57.08 | 48.13 | 76.09 | - |
| YUV | 189.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 223 | 0.00 | 0.26 | 0 | 0.13 | 298.95 | 0.47 | 0.76 |
| Hex | DE | A6 | DF | 0 | 1A | 0 | D | 12B | 2F | 4C |
| Octal | 336 | 246 | 337 | 0 | 32 | 0 | 15 | 453 | 57 | 114 |
| Binary | 11011110 | 10100110 | 11011111 | 0 | 11010 | 0 | 1101 | 100101011 | 101111 | 1001100 |
Color Harmonies of #DEA6DF
Complementary color
Monochromatic Colors of #DEA6DF
Black with #DEA6DF
Text Example
Text Example
White with #DEA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6DF; }
p { color: rgb(222,166,223); }
H1.HeaderClassName
{
color: #DEA6DF;
}
.AnyTagClassName
{
color: #DEA6DF;
}
</style>
background-color css
<style>
a { background-color: #DEA6DF; }
a { background-color: rgb(222,166,223); }
div.DivClassName
{
background-color: #DEA6DF;
}
.BgClassName
{
background-color: #DEA6DF;
}
</style>
border-color css
<style>
span { border-color: #DEA6DF; }
span { border-color: rgb(222,166,223); }
td.TdClassName
{
border-color: #DEA6DF;
}
.TagClassName
{
border-color: #DEA6DF;
}
</style>