Shades of Plum #D7A1DA
Tints of Plum #D7A1DA
RGB
CMYK
RGB Variations
Color information
#D7A1DA (or 0xD7A1DA) is known color: Plum. HEX triplet: D7, A1 and DA. RGB value is (215,161,218). Sum of RGB (Red+Green+Blue) = 215+161+218=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1DA is #285E25. Grayscale: #B7B7B7. Windows color (decimal): -2645542 or 14328279. OLE color: 14328279.
HSL color Cylindrical-coordinate representation of color #D7A1DA: hue angle of 296.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A1DA is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 161 | 218 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.15 |
| HSL | 296.84º | 0.44% | 0.74% | - |
| HSV(B) | 296.84º | 0.26% | 0.85% | - |
| XYZ | 53.42 | 45 | 72.2 | - |
| YUV | 183.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 218 | 0.01 | 0.26 | 0 | 0.15 | 296.84 | 0.44 | 0.74 |
| Hex | D7 | A1 | DA | 1 | 1A | 0 | F | 129 | 2C | 4A |
| Octal | 327 | 241 | 332 | 1 | 32 | 0 | 17 | 451 | 54 | 112 |
| Binary | 11010111 | 10100001 | 11011010 | 1 | 11010 | 0 | 1111 | 100101001 | 101100 | 1001010 |
Color Harmonies of #D7A1DA
Complementary color
Monochromatic Colors of #D7A1DA
Black with #D7A1DA
Text Example
Text Example
White with #D7A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A1DA; }
p { color: rgb(215,161,218); }
H1.HeaderClassName
{
color: #D7A1DA;
}
.AnyTagClassName
{
color: #D7A1DA;
}
</style>
background-color css
<style>
a { background-color: #D7A1DA; }
a { background-color: rgb(215,161,218); }
div.DivClassName
{
background-color: #D7A1DA;
}
.BgClassName
{
background-color: #D7A1DA;
}
</style>
border-color css
<style>
span { border-color: #D7A1DA; }
span { border-color: rgb(215,161,218); }
td.TdClassName
{
border-color: #D7A1DA;
}
.TagClassName
{
border-color: #D7A1DA;
}
</style>