Shades of Plum #D18ADC
Tints of Plum #D18ADC
RGB
CMYK
RGB Variations
Color information
#D18ADC (or 0xD18ADC) is known color: Plum. HEX triplet: D1, 8A and DC. RGB value is (209,138,220). Sum of RGB (Red+Green+Blue) = 209+138+220=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D18ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18ADC is #2E7523. Grayscale: #A8A8A8. Windows color (decimal): -3044644 or 14453457. OLE color: 14453457.
HSL color Cylindrical-coordinate representation of color #D18ADC: hue angle of 291.95º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18ADC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 138 | 220 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.14 |
| HSL | 291.95º | 0.54% | 0.7% | - |
| HSV(B) | 291.95º | 0.37% | 0.86% | - |
| XYZ | 48.3 | 36.9 | 72.29 | - |
| YUV | 168.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 220 | 0.05 | 0.37 | 0 | 0.14 | 291.95 | 0.54 | 0.7 |
| Hex | D1 | 8A | DC | 5 | 25 | 0 | E | 124 | 36 | 46 |
| Octal | 321 | 212 | 334 | 5 | 45 | 0 | 16 | 444 | 66 | 106 |
| Binary | 11010001 | 10001010 | 11011100 | 101 | 100101 | 0 | 1110 | 100100100 | 110110 | 1000110 |
Color Harmonies of #D18ADC
Complementary color
Monochromatic Colors of #D18ADC
Black with #D18ADC
Text Example
Text Example
White with #D18ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18ADC; }
p { color: rgb(209,138,220); }
H1.HeaderClassName
{
color: #D18ADC;
}
.AnyTagClassName
{
color: #D18ADC;
}
</style>
background-color css
<style>
a { background-color: #D18ADC; }
a { background-color: rgb(209,138,220); }
div.DivClassName
{
background-color: #D18ADC;
}
.BgClassName
{
background-color: #D18ADC;
}
</style>
border-color css
<style>
span { border-color: #D18ADC; }
span { border-color: rgb(209,138,220); }
td.TdClassName
{
border-color: #D18ADC;
}
.TagClassName
{
border-color: #D18ADC;
}
</style>