Shades of Plum #D7ADE1
Tints of Plum #D7ADE1
RGB
CMYK
RGB Variations
Color information
#D7ADE1 (or 0xD7ADE1) is known color: Plum. HEX triplet: D7, AD and E1. RGB value is (215,173,225). Sum of RGB (Red+Green+Blue) = 215+173+225=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADE1 is #28521E. Grayscale: #BFBFBF. Windows color (decimal): -2642463 or 14790103. OLE color: 14790103.
HSL color Cylindrical-coordinate representation of color #D7ADE1: hue angle of 288.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7ADE1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 173 | 225 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.12 |
| HSL | 288.46º | 0.46% | 0.78% | - |
| HSV(B) | 288.46º | 0.23% | 0.88% | - |
| XYZ | 56.56 | 49.77 | 77.86 | - |
| YUV | 191.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 225 | 0.04 | 0.23 | 0 | 0.12 | 288.46 | 0.46 | 0.78 |
| Hex | D7 | AD | E1 | 4 | 17 | 0 | C | 120 | 2E | 4E |
| Octal | 327 | 255 | 341 | 4 | 27 | 0 | 14 | 440 | 56 | 116 |
| Binary | 11010111 | 10101101 | 11100001 | 100 | 10111 | 0 | 1100 | 100100000 | 101110 | 1001110 |
Color Harmonies of #D7ADE1
Complementary color
Monochromatic Colors of #D7ADE1
Black with #D7ADE1
Text Example
Text Example
White with #D7ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADE1; }
p { color: rgb(215,173,225); }
H1.HeaderClassName
{
color: #D7ADE1;
}
.AnyTagClassName
{
color: #D7ADE1;
}
</style>
background-color css
<style>
a { background-color: #D7ADE1; }
a { background-color: rgb(215,173,225); }
div.DivClassName
{
background-color: #D7ADE1;
}
.BgClassName
{
background-color: #D7ADE1;
}
</style>
border-color css
<style>
span { border-color: #D7ADE1; }
span { border-color: rgb(215,173,225); }
td.TdClassName
{
border-color: #D7ADE1;
}
.TagClassName
{
border-color: #D7ADE1;
}
</style>