Shades of Plum #D18AD5
Tints of Plum #D18AD5
RGB
CMYK
RGB Variations
Color information
#D18AD5 (or 0xD18AD5) is known color: Plum. HEX triplet: D1, 8A and D5. RGB value is (209,138,213). Sum of RGB (Red+Green+Blue) = 209+138+213=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #D18AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18AD5 is #2E752A. Grayscale: #A7A7A7. Windows color (decimal): -3044651 or 13994705. OLE color: 13994705.
HSL color Cylindrical-coordinate representation of color #D18AD5: hue angle of 296.8º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18AD5 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 138 | 213 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.16 |
| HSL | 296.8º | 0.47% | 0.69% | - |
| HSV(B) | 296.8º | 0.35% | 0.84% | - |
| XYZ | 47.39 | 36.54 | 67.51 | - |
| YUV | 167.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 213 | 0.02 | 0.35 | 0 | 0.16 | 296.8 | 0.47 | 0.69 |
| Hex | D1 | 8A | D5 | 2 | 23 | 0 | 10 | 129 | 2F | 45 |
| Octal | 321 | 212 | 325 | 2 | 43 | 0 | 20 | 451 | 57 | 105 |
| Binary | 11010001 | 10001010 | 11010101 | 10 | 100011 | 0 | 10000 | 100101001 | 101111 | 1000101 |
Color Harmonies of #D18AD5
Complementary color
Monochromatic Colors of #D18AD5
Black with #D18AD5
Text Example
Text Example
White with #D18AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AD5; }
p { color: rgb(209,138,213); }
H1.HeaderClassName
{
color: #D18AD5;
}
.AnyTagClassName
{
color: #D18AD5;
}
</style>
background-color css
<style>
a { background-color: #D18AD5; }
a { background-color: rgb(209,138,213); }
div.DivClassName
{
background-color: #D18AD5;
}
.BgClassName
{
background-color: #D18AD5;
}
</style>
border-color css
<style>
span { border-color: #D18AD5; }
span { border-color: rgb(209,138,213); }
td.TdClassName
{
border-color: #D18AD5;
}
.TagClassName
{
border-color: #D18AD5;
}
</style>