Shades of Plum #D689DD
Tints of Plum #D689DD
RGB
CMYK
RGB Variations
Color information
#D689DD (or 0xD689DD) is known color: Plum. HEX triplet: D6, 89 and DD. RGB value is (214,137,221). Sum of RGB (Red+Green+Blue) = 214+137+221=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D689DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689DD is #297622. Grayscale: #A9A9A9. Windows color (decimal): -2717219 or 14518742. OLE color: 14518742.
HSL color Cylindrical-coordinate representation of color #D689DD: hue angle of 295º degrees, saturation: 0.55, 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 #D689DD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 137 | 221 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.13 |
| HSL | 295º | 0.55% | 0.7% | - |
| HSV(B) | 295º | 0.38% | 0.87% | - |
| XYZ | 49.73 | 37.41 | 73.01 | - |
| YUV | 169.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 221 | 0.03 | 0.38 | 0 | 0.13 | 295 | 0.55 | 0.7 |
| Hex | D6 | 89 | DD | 3 | 26 | 0 | D | 127 | 37 | 46 |
| Octal | 326 | 211 | 335 | 3 | 46 | 0 | 15 | 447 | 67 | 106 |
| Binary | 11010110 | 10001001 | 11011101 | 11 | 100110 | 0 | 1101 | 100100111 | 110111 | 1000110 |
Color Harmonies of #D689DD
Complementary color
Monochromatic Colors of #D689DD
Black with #D689DD
Text Example
Text Example
White with #D689DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689DD; }
p { color: rgb(214,137,221); }
H1.HeaderClassName
{
color: #D689DD;
}
.AnyTagClassName
{
color: #D689DD;
}
</style>
background-color css
<style>
a { background-color: #D689DD; }
a { background-color: rgb(214,137,221); }
div.DivClassName
{
background-color: #D689DD;
}
.BgClassName
{
background-color: #D689DD;
}
</style>
border-color css
<style>
span { border-color: #D689DD; }
span { border-color: rgb(214,137,221); }
td.TdClassName
{
border-color: #D689DD;
}
.TagClassName
{
border-color: #D689DD;
}
</style>