Shades of Plum #D5A0D4
Tints of Plum #D5A0D4
RGB
CMYK
RGB Variations
Color information
#D5A0D4 (or 0xD5A0D4) is known color: Plum. HEX triplet: D5, A0 and D4. RGB value is (213,160,212). Sum of RGB (Red+Green+Blue) = 213+160+212=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0D4 is #2A5F2B. Grayscale: #B5B5B5. Windows color (decimal): -2776876 or 13934805. OLE color: 13934805.
HSL color Cylindrical-coordinate representation of color #D5A0D4: hue angle of 301.13º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0D4 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 212 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.16 |
| HSL | 301.13º | 0.39% | 0.73% | - |
| HSV(B) | 301.13º | 0.25% | 0.84% | - |
| XYZ | 51.9 | 44.04 | 68.05 | - |
| YUV | 181.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 212 | 0 | 0.25 | 0.00 | 0.16 | 301.13 | 0.39 | 0.73 |
| Hex | D5 | A0 | D4 | 0 | 19 | 0 | 10 | 12D | 27 | 49 |
| Octal | 325 | 240 | 324 | 0 | 31 | 0 | 20 | 455 | 47 | 111 |
| Binary | 11010101 | 10100000 | 11010100 | 0 | 11001 | 0 | 10000 | 100101101 | 100111 | 1001001 |
Color Harmonies of #D5A0D4
Complementary color
Monochromatic Colors of #D5A0D4
Black with #D5A0D4
Text Example
Text Example
White with #D5A0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0D4; }
p { color: rgb(213,160,212); }
H1.HeaderClassName
{
color: #D5A0D4;
}
.AnyTagClassName
{
color: #D5A0D4;
}
</style>
background-color css
<style>
a { background-color: #D5A0D4; }
a { background-color: rgb(213,160,212); }
div.DivClassName
{
background-color: #D5A0D4;
}
.BgClassName
{
background-color: #D5A0D4;
}
</style>
border-color css
<style>
span { border-color: #D5A0D4; }
span { border-color: rgb(213,160,212); }
td.TdClassName
{
border-color: #D5A0D4;
}
.TagClassName
{
border-color: #D5A0D4;
}
</style>