Shades of Plum #D18BD2
Tints of Plum #D18BD2
RGB
CMYK
RGB Variations
Color information
#D18BD2 (or 0xD18BD2) is known color: Plum. HEX triplet: D1, 8B and D2. RGB value is (209,139,210). Sum of RGB (Red+Green+Blue) = 209+139+210=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #D18BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BD2 is #2E742D. Grayscale: #A7A7A7. Windows color (decimal): -3044398 or 13798353. OLE color: 13798353.
HSL color Cylindrical-coordinate representation of color #D18BD2: hue angle of 299.15º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18BD2 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 210 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.18 |
| HSL | 299.15º | 0.44% | 0.68% | - |
| HSV(B) | 299.15º | 0.34% | 0.82% | - |
| XYZ | 47.16 | 36.67 | 65.57 | - |
| YUV | 168.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 210 | 0.00 | 0.34 | 0 | 0.18 | 299.15 | 0.44 | 0.68 |
| Hex | D1 | 8B | D2 | 0 | 22 | 0 | 12 | 12B | 2C | 44 |
| Octal | 321 | 213 | 322 | 0 | 42 | 0 | 22 | 453 | 54 | 104 |
| Binary | 11010001 | 10001011 | 11010010 | 0 | 100010 | 0 | 10010 | 100101011 | 101100 | 1000100 |
Color Harmonies of #D18BD2
Complementary color
Monochromatic Colors of #D18BD2
Black with #D18BD2
Text Example
Text Example
White with #D18BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BD2; }
p { color: rgb(209,139,210); }
H1.HeaderClassName
{
color: #D18BD2;
}
.AnyTagClassName
{
color: #D18BD2;
}
</style>
background-color css
<style>
a { background-color: #D18BD2; }
a { background-color: rgb(209,139,210); }
div.DivClassName
{
background-color: #D18BD2;
}
.BgClassName
{
background-color: #D18BD2;
}
</style>
border-color css
<style>
span { border-color: #D18BD2; }
span { border-color: rgb(209,139,210); }
td.TdClassName
{
border-color: #D18BD2;
}
.TagClassName
{
border-color: #D18BD2;
}
</style>