Shades of Plum #D5A7D3
Tints of Plum #D5A7D3
RGB
CMYK
RGB Variations
Color information
#D5A7D3 (or 0xD5A7D3) is known color: Plum. HEX triplet: D5, A7 and D3. RGB value is (213,167,211). Sum of RGB (Red+Green+Blue) = 213+167+211=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A7D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A7D3 is #2A582C. Grayscale: #B9B9B9. Windows color (decimal): -2775085 or 13871061. OLE color: 13871061.
HSL color Cylindrical-coordinate representation of color #D5A7D3: hue angle of 302.61º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A7D3 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 211 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.16 |
| HSL | 302.61º | 0.35% | 0.75% | - |
| HSV(B) | 302.61º | 0.22% | 0.84% | - |
| XYZ | 53.02 | 46.49 | 67.81 | - |
| YUV | 185.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 211 | 0 | 0.22 | 0.01 | 0.16 | 302.61 | 0.35 | 0.75 |
| Hex | D5 | A7 | D3 | 0 | 16 | 1 | 10 | 12F | 23 | 4B |
| Octal | 325 | 247 | 323 | 0 | 26 | 1 | 20 | 457 | 43 | 113 |
| Binary | 11010101 | 10100111 | 11010011 | 0 | 10110 | 1 | 10000 | 100101111 | 100011 | 1001011 |
Color Harmonies of #D5A7D3
Complementary color
Monochromatic Colors of #D5A7D3
Black with #D5A7D3
Text Example
Text Example
White with #D5A7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A7D3; }
p { color: rgb(213,167,211); }
H1.HeaderClassName
{
color: #D5A7D3;
}
.AnyTagClassName
{
color: #D5A7D3;
}
</style>
background-color css
<style>
a { background-color: #D5A7D3; }
a { background-color: rgb(213,167,211); }
div.DivClassName
{
background-color: #D5A7D3;
}
.BgClassName
{
background-color: #D5A7D3;
}
</style>
border-color css
<style>
span { border-color: #D5A7D3; }
span { border-color: rgb(213,167,211); }
td.TdClassName
{
border-color: #D5A7D3;
}
.TagClassName
{
border-color: #D5A7D3;
}
</style>