Shades of Plum #D6A8DE
Tints of Plum #D6A8DE
RGB
CMYK
RGB Variations
Color information
#D6A8DE (or 0xD6A8DE) is known color: Plum. HEX triplet: D6, A8 and DE. RGB value is (214,168,222). Sum of RGB (Red+Green+Blue) = 214+168+222=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8DE is #295721. Grayscale: #BBBBBB. Windows color (decimal): -2709282 or 14592214. OLE color: 14592214.
HSL color Cylindrical-coordinate representation of color #D6A8DE: hue angle of 291.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A8DE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 168 | 222 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.13 |
| HSL | 291.11º | 0.45% | 0.76% | - |
| HSV(B) | 291.11º | 0.24% | 0.87% | - |
| XYZ | 54.92 | 47.58 | 75.4 | - |
| YUV | 187.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 222 | 0.04 | 0.24 | 0 | 0.13 | 291.11 | 0.45 | 0.76 |
| Hex | D6 | A8 | DE | 4 | 18 | 0 | D | 123 | 2D | 4C |
| Octal | 326 | 250 | 336 | 4 | 30 | 0 | 15 | 443 | 55 | 114 |
| Binary | 11010110 | 10101000 | 11011110 | 100 | 11000 | 0 | 1101 | 100100011 | 101101 | 1001100 |
Color Harmonies of #D6A8DE
Complementary color
Monochromatic Colors of #D6A8DE
Black with #D6A8DE
Text Example
Text Example
White with #D6A8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8DE; }
p { color: rgb(214,168,222); }
H1.HeaderClassName
{
color: #D6A8DE;
}
.AnyTagClassName
{
color: #D6A8DE;
}
</style>
background-color css
<style>
a { background-color: #D6A8DE; }
a { background-color: rgb(214,168,222); }
div.DivClassName
{
background-color: #D6A8DE;
}
.BgClassName
{
background-color: #D6A8DE;
}
</style>
border-color css
<style>
span { border-color: #D6A8DE; }
span { border-color: rgb(214,168,222); }
td.TdClassName
{
border-color: #D6A8DE;
}
.TagClassName
{
border-color: #D6A8DE;
}
</style>