Shades of Plum #D18CDA
Tints of Plum #D18CDA
RGB
CMYK
RGB Variations
Color information
#D18CDA (or 0xD18CDA) is known color: Plum. HEX triplet: D1, 8C and DA. RGB value is (209,140,218). Sum of RGB (Red+Green+Blue) = 209+140+218=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D18CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CDA is #2E7325. Grayscale: #A9A9A9. Windows color (decimal): -3044134 or 14322897. OLE color: 14322897.
HSL color Cylindrical-coordinate representation of color #D18CDA: hue angle of 293.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D18CDA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 140 | 218 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.15 |
| HSL | 293.08º | 0.51% | 0.7% | - |
| HSV(B) | 293.08º | 0.36% | 0.85% | - |
| XYZ | 48.33 | 37.37 | 71 | - |
| YUV | 169.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 218 | 0.04 | 0.36 | 0 | 0.15 | 293.08 | 0.51 | 0.7 |
| Hex | D1 | 8C | DA | 4 | 24 | 0 | F | 125 | 33 | 46 |
| Octal | 321 | 214 | 332 | 4 | 44 | 0 | 17 | 445 | 63 | 106 |
| Binary | 11010001 | 10001100 | 11011010 | 100 | 100100 | 0 | 1111 | 100100101 | 110011 | 1000110 |
Color Harmonies of #D18CDA
Complementary color
Monochromatic Colors of #D18CDA
Black with #D18CDA
Text Example
Text Example
White with #D18CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CDA; }
p { color: rgb(209,140,218); }
H1.HeaderClassName
{
color: #D18CDA;
}
.AnyTagClassName
{
color: #D18CDA;
}
</style>
background-color css
<style>
a { background-color: #D18CDA; }
a { background-color: rgb(209,140,218); }
div.DivClassName
{
background-color: #D18CDA;
}
.BgClassName
{
background-color: #D18CDA;
}
</style>
border-color css
<style>
span { border-color: #D18CDA; }
span { border-color: rgb(209,140,218); }
td.TdClassName
{
border-color: #D18CDA;
}
.TagClassName
{
border-color: #D18CDA;
}
</style>