Shades of Plum #DEA5DF
Tints of Plum #DEA5DF
RGB
CMYK
RGB Variations
Color information
#DEA5DF (or 0xDEA5DF) is known color: Plum. HEX triplet: DE, A5 and DF. RGB value is (222,165,223). Sum of RGB (Red+Green+Blue) = 222+165+223=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5DF is #215A20. Grayscale: #BCBCBC. Windows color (decimal): -2185761 or 14656990. OLE color: 14656990.
HSL color Cylindrical-coordinate representation of color #DEA5DF: hue angle of 298.97º degrees, saturation: 0.48, 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 #DEA5DF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 223 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.13 |
| HSL | 298.97º | 0.48% | 0.76% | - |
| HSV(B) | 298.97º | 0.26% | 0.87% | - |
| XYZ | 56.9 | 47.77 | 76.03 | - |
| YUV | 188.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 223 | 0.00 | 0.26 | 0 | 0.13 | 298.97 | 0.48 | 0.76 |
| Hex | DE | A5 | DF | 0 | 1A | 0 | D | 12B | 30 | 4C |
| Octal | 336 | 245 | 337 | 0 | 32 | 0 | 15 | 453 | 60 | 114 |
| Binary | 11011110 | 10100101 | 11011111 | 0 | 11010 | 0 | 1101 | 100101011 | 110000 | 1001100 |
Color Harmonies of #DEA5DF
Complementary color
Monochromatic Colors of #DEA5DF
Black with #DEA5DF
Text Example
Text Example
White with #DEA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5DF; }
p { color: rgb(222,165,223); }
H1.HeaderClassName
{
color: #DEA5DF;
}
.AnyTagClassName
{
color: #DEA5DF;
}
</style>
background-color css
<style>
a { background-color: #DEA5DF; }
a { background-color: rgb(222,165,223); }
div.DivClassName
{
background-color: #DEA5DF;
}
.BgClassName
{
background-color: #DEA5DF;
}
</style>
border-color css
<style>
span { border-color: #DEA5DF; }
span { border-color: rgb(222,165,223); }
td.TdClassName
{
border-color: #DEA5DF;
}
.TagClassName
{
border-color: #DEA5DF;
}
</style>