Shades of Plum #D7A1E4
Tints of Plum #D7A1E4
RGB
CMYK
RGB Variations
Color information
#D7A1E4 (or 0xD7A1E4) is known color: Plum. HEX triplet: D7, A1 and E4. RGB value is (215,161,228). Sum of RGB (Red+Green+Blue) = 215+161+228=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1E4 is #285E1B. Grayscale: #B8B8B8. Windows color (decimal): -2645532 or 14983639. OLE color: 14983639.
HSL color Cylindrical-coordinate representation of color #D7A1E4: hue angle of 288.36º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7A1E4 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 161 | 228 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.11 |
| HSL | 288.36º | 0.55% | 0.76% | - |
| HSV(B) | 288.36º | 0.29% | 0.89% | - |
| XYZ | 54.77 | 45.54 | 79.3 | - |
| YUV | 184.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 228 | 0.06 | 0.29 | 0 | 0.11 | 288.36 | 0.55 | 0.76 |
| Hex | D7 | A1 | E4 | 6 | 1D | 0 | B | 120 | 37 | 4C |
| Octal | 327 | 241 | 344 | 6 | 35 | 0 | 13 | 440 | 67 | 114 |
| Binary | 11010111 | 10100001 | 11100100 | 110 | 11101 | 0 | 1011 | 100100000 | 110111 | 1001100 |
Color Harmonies of #D7A1E4
Complementary color
Monochromatic Colors of #D7A1E4
Black with #D7A1E4
Text Example
Text Example
White with #D7A1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A1E4; }
p { color: rgb(215,161,228); }
H1.HeaderClassName
{
color: #D7A1E4;
}
.AnyTagClassName
{
color: #D7A1E4;
}
</style>
background-color css
<style>
a { background-color: #D7A1E4; }
a { background-color: rgb(215,161,228); }
div.DivClassName
{
background-color: #D7A1E4;
}
.BgClassName
{
background-color: #D7A1E4;
}
</style>
border-color css
<style>
span { border-color: #D7A1E4; }
span { border-color: rgb(215,161,228); }
td.TdClassName
{
border-color: #D7A1E4;
}
.TagClassName
{
border-color: #D7A1E4;
}
</style>