Shades of Plum #D689DE
Tints of Plum #D689DE
RGB
CMYK
RGB Variations
Color information
#D689DE (or 0xD689DE) is known color: Plum. HEX triplet: D6, 89 and DE. RGB value is (214,137,222). Sum of RGB (Red+Green+Blue) = 214+137+222=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D689DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689DE is #297621. Grayscale: #A9A9A9. Windows color (decimal): -2717218 or 14584278. OLE color: 14584278.
HSL color Cylindrical-coordinate representation of color #D689DE: hue angle of 294.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D689DE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 137 | 222 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 294.35º | 0.56% | 0.7% | - |
| HSV(B) | 294.35º | 0.38% | 0.87% | - |
| XYZ | 49.86 | 37.46 | 73.71 | - |
| YUV | 169.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 222 | 0.04 | 0.38 | 0 | 0.13 | 294.35 | 0.56 | 0.7 |
| Hex | D6 | 89 | DE | 4 | 26 | 0 | D | 126 | 38 | 46 |
| Octal | 326 | 211 | 336 | 4 | 46 | 0 | 15 | 446 | 70 | 106 |
| Binary | 11010110 | 10001001 | 11011110 | 100 | 100110 | 0 | 1101 | 100100110 | 111000 | 1000110 |
Color Harmonies of #D689DE
Complementary color
Monochromatic Colors of #D689DE
Black with #D689DE
Text Example
Text Example
White with #D689DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689DE; }
p { color: rgb(214,137,222); }
H1.HeaderClassName
{
color: #D689DE;
}
.AnyTagClassName
{
color: #D689DE;
}
</style>
background-color css
<style>
a { background-color: #D689DE; }
a { background-color: rgb(214,137,222); }
div.DivClassName
{
background-color: #D689DE;
}
.BgClassName
{
background-color: #D689DE;
}
</style>
border-color css
<style>
span { border-color: #D689DE; }
span { border-color: rgb(214,137,222); }
td.TdClassName
{
border-color: #D689DE;
}
.TagClassName
{
border-color: #D689DE;
}
</style>