Shades of Plum #D7ABE0
Tints of Plum #D7ABE0
RGB
CMYK
RGB Variations
Color information
#D7ABE0 (or 0xD7ABE0) is known color: Plum. HEX triplet: D7, AB and E0. RGB value is (215,171,224). Sum of RGB (Red+Green+Blue) = 215+171+224=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABE0 is #28541F. Grayscale: #BEBEBE. Windows color (decimal): -2642976 or 14724055. OLE color: 14724055.
HSL color Cylindrical-coordinate representation of color #D7ABE0: hue angle of 289.81º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7ABE0 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 171 | 224 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.12 |
| HSL | 289.81º | 0.46% | 0.77% | - |
| HSV(B) | 289.81º | 0.24% | 0.88% | - |
| XYZ | 56.04 | 48.95 | 77.02 | - |
| YUV | 190.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 224 | 0.04 | 0.24 | 0 | 0.12 | 289.81 | 0.46 | 0.77 |
| Hex | D7 | AB | E0 | 4 | 18 | 0 | C | 122 | 2E | 4D |
| Octal | 327 | 253 | 340 | 4 | 30 | 0 | 14 | 442 | 56 | 115 |
| Binary | 11010111 | 10101011 | 11100000 | 100 | 11000 | 0 | 1100 | 100100010 | 101110 | 1001101 |
Color Harmonies of #D7ABE0
Complementary color
Monochromatic Colors of #D7ABE0
Black with #D7ABE0
Text Example
Text Example
White with #D7ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABE0; }
p { color: rgb(215,171,224); }
H1.HeaderClassName
{
color: #D7ABE0;
}
.AnyTagClassName
{
color: #D7ABE0;
}
</style>
background-color css
<style>
a { background-color: #D7ABE0; }
a { background-color: rgb(215,171,224); }
div.DivClassName
{
background-color: #D7ABE0;
}
.BgClassName
{
background-color: #D7ABE0;
}
</style>
border-color css
<style>
span { border-color: #D7ABE0; }
span { border-color: rgb(215,171,224); }
td.TdClassName
{
border-color: #D7ABE0;
}
.TagClassName
{
border-color: #D7ABE0;
}
</style>