Shades of Plum #D5A1E0
Tints of Plum #D5A1E0
RGB
CMYK
RGB Variations
Color information
#D5A1E0 (or 0xD5A1E0) is known color: Plum. HEX triplet: D5, A1 and E0. RGB value is (213,161,224). Sum of RGB (Red+Green+Blue) = 213+161+224=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1E0 is #2A5E1F. Grayscale: #B7B7B7. Windows color (decimal): -2776608 or 14721493. OLE color: 14721493.
HSL color Cylindrical-coordinate representation of color #D5A1E0: hue angle of 289.52º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5A1E0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 161 | 224 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.12 |
| HSL | 289.52º | 0.5% | 0.75% | - |
| HSV(B) | 289.52º | 0.28% | 0.88% | - |
| XYZ | 53.64 | 45.02 | 76.38 | - |
| YUV | 183.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 224 | 0.05 | 0.28 | 0 | 0.12 | 289.52 | 0.5 | 0.75 |
| Hex | D5 | A1 | E0 | 5 | 1C | 0 | C | 122 | 32 | 4B |
| Octal | 325 | 241 | 340 | 5 | 34 | 0 | 14 | 442 | 62 | 113 |
| Binary | 11010101 | 10100001 | 11100000 | 101 | 11100 | 0 | 1100 | 100100010 | 110010 | 1001011 |
Color Harmonies of #D5A1E0
Complementary color
Monochromatic Colors of #D5A1E0
Black with #D5A1E0
Text Example
Text Example
White with #D5A1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1E0; }
p { color: rgb(213,161,224); }
H1.HeaderClassName
{
color: #D5A1E0;
}
.AnyTagClassName
{
color: #D5A1E0;
}
</style>
background-color css
<style>
a { background-color: #D5A1E0; }
a { background-color: rgb(213,161,224); }
div.DivClassName
{
background-color: #D5A1E0;
}
.BgClassName
{
background-color: #D5A1E0;
}
</style>
border-color css
<style>
span { border-color: #D5A1E0; }
span { border-color: rgb(213,161,224); }
td.TdClassName
{
border-color: #D5A1E0;
}
.TagClassName
{
border-color: #D5A1E0;
}
</style>