Shades of Plum #D689DC
Tints of Plum #D689DC
RGB
CMYK
RGB Variations
Color information
#D689DC (or 0xD689DC) is known color: Plum. HEX triplet: D6, 89 and DC. RGB value is (214,137,220). Sum of RGB (Red+Green+Blue) = 214+137+220=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D689DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689DC is #297623. Grayscale: #A9A9A9. Windows color (decimal): -2717220 or 14453206. OLE color: 14453206.
HSL color Cylindrical-coordinate representation of color #D689DC: hue angle of 295.66º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D689DC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 137 | 220 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.14 |
| HSL | 295.66º | 0.54% | 0.7% | - |
| HSV(B) | 295.66º | 0.38% | 0.86% | - |
| XYZ | 49.6 | 37.35 | 72.31 | - |
| YUV | 169.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 220 | 0.03 | 0.38 | 0 | 0.14 | 295.66 | 0.54 | 0.7 |
| Hex | D6 | 89 | DC | 3 | 26 | 0 | E | 128 | 36 | 46 |
| Octal | 326 | 211 | 334 | 3 | 46 | 0 | 16 | 450 | 66 | 106 |
| Binary | 11010110 | 10001001 | 11011100 | 11 | 100110 | 0 | 1110 | 100101000 | 110110 | 1000110 |
Color Harmonies of #D689DC
Complementary color
Monochromatic Colors of #D689DC
Black with #D689DC
Text Example
Text Example
White with #D689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D689DC; }
p { color: rgb(214,137,220); }
H1.HeaderClassName
{
color: #D689DC;
}
.AnyTagClassName
{
color: #D689DC;
}
</style>
background-color css
<style>
a { background-color: #D689DC; }
a { background-color: rgb(214,137,220); }
div.DivClassName
{
background-color: #D689DC;
}
.BgClassName
{
background-color: #D689DC;
}
</style>
border-color css
<style>
span { border-color: #D689DC; }
span { border-color: rgb(214,137,220); }
td.TdClassName
{
border-color: #D689DC;
}
.TagClassName
{
border-color: #D689DC;
}
</style>